Nyuudou

Build Status

Nyuudou is sort algorithm library.

Implementation

  • Bubble Sort (Array#bubble_sort, Array#bubble_sort!)
  • Selection Sort (Array#selection_sort, Array#selection_sort!)

Installation

Add this line to your application's Gemfile:

gem 'nyuudou'

And then execute:

$ bundle

Or install it yourself as:

$ gem install nyuudou

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/tmp1024/nyuudou.

License

The gem is available as open source under the terms of the MIT License.