code-shoily / algorithms_in_crystal

Implementation of various algorithms using the Crystal programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

algorithms_in_crystal

Implementation of various algorithms in Crystal programming language.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      algorithms_in_crystal:
        github: code-shoily/algorithms_in_crystal
  2. Run shards install

Usage

require "algorithms_in_crystal"

Please visit README of individual modules to know more about the implementation details of the data structures and algorithms.

Contributing

  1. Fork it (https://github.com/code-shoily/algorithms_in_crystal/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

About

Implementation of various algorithms using the Crystal programming language.

License:MIT License


Languages

Language:Crystal 100.0%