Add the following code to your project's shard.yml under:
dependencies
to use in production
- OR -
development_dependencies
to use in development
Implementation of various algorithms in Crystal programming language.
Add the dependency to your shard.yml
:
dependencies:
algorithms_in_crystal:
github: code-shoily/algorithms_in_crystal
Run shards install
require "algorithms_in_crystal"
Please visit README of individual modules to know more about the implementation details of the data structures and algorithms.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)