Example implementations of data structures and algorithms in Ruby for learning.
-
Fork this repository.
-
Fetch the forked repository to your local machine.
$ git clone https://github.com/<your_github_username>/algorithm
-
Install
Ruby 2.6+
andBundler 2+
. -
Install dependencies, run
bundle
under the root directory of your local repository.
Minitest is used for testing, you could run rake test
to test your implementations.
To get started, please read the contribution guidelines.
Copyright Oatw under the MIT license.