Skip to content
/ algorithm Public

Example implementations of data structures and algorithms in Ruby for learning.

License

Notifications You must be signed in to change notification settings

oatw/algorithm

Repository files navigation

Ruby Data Structures and Algorithms

Example implementations of data structures and algorithms in Ruby for learning.

Installation

  1. Fork this repository.

  2. Fetch the forked repository to your local machine.

$ git clone https://github.com/<your_github_username>/algorithm
  1. Install Ruby 2.6+ and Bundler 2+.

  2. Install dependencies, run bundle under the root directory of your local repository.

Source Directories

  • lib: Implementations.

  • test: Test cases.

Test

Minitest is used for testing, you could run rake test to test your implementations.

Contributing

To get started, please read the contribution guidelines.

Copyright and License

Copyright Oatw under the MIT license.

About

Example implementations of data structures and algorithms in Ruby for learning.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages