Sha256: 9fc59cbc7e200e8220972be6dcfaf6980b33ab78218c591c8331e1327061aecc

Contents?: true

Size: 715 Bytes

Versions: 1

Compression:

Stored size: 715 Bytes

Contents

# Nyuudou

[![Build Status](https://travis-ci.org/tmp1024/nyuudou.png)](https://travis-ci.org/tmp1024/nyuudou)

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:

```ruby
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](https://github.com/tmp1024/nyuudou/blob/master/LICENSE).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nyuudou-1.2.0 README.md