A collection of sorting algorithms written in Ruby.
Detailed information on the complexity of each algorithm is located here. To learn more about how some of the algorithms are implemented, have a look at the technical articles on my blog.
bundle install
rdoc
rake
I'd love to get some contributions for other sorting algorithms, if you want to make a pull request try to follow the existing style of the code and make sure you add tests for the new algorithm.
MIT © Daniel Imms
- Sorting in other languages
- js-sorting
- java-sorting
- py-sorting