Python
Python copied to clipboard
Reversort is missing
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.