Skip to content

Latest commit

 

History

History
56 lines (27 loc) · 1.17 KB

README.md

File metadata and controls

56 lines (27 loc) · 1.17 KB

ruby-sorting

Build Status

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.

Installing

bundle install

Generating documentation

rdoc

Running tests

rake

Contributing

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.

License

MIT © Daniel Imms

See also