Python icon indicating copy to clipboard operation
Python copied to clipboard

Reversort is missing

Open Dhineshkumarprakasam opened this issue 1 year ago • 0 comments

Feature description

I noticed that the repository includes a variety of sorting algorithms, but it currently does not have an implementation for a Reverse Selection Sort Algorithm, where subarrays are reversed to progressively sort the array. This is a unique variation of the traditional selection sort algorithm and can be an interesting addition to the collection.

Dhineshkumarprakasam avatar Oct 06 '24 05:10 Dhineshkumarprakasam