Choosing the appropriate sorting algorithm for a particular application is important. Every sorting algorithm has its own advantages and disadvantages. The performance factors of the algorithm help to know whether the chosen algorithm is the most suited one. The existing selection sort algorithm is best for already sorted list, average case for unsorted list neither ascending nor descending and Worst case for unsorted list in reverse[1][12]. This paper presents an algorithm, DESSA, to enhance the performance of selection sort.