Collection of Containers and Algorithms.
Add this to your application's shard.yml
:
dependencies:
crystalline:
github: jtomschroeder/crystalline
- Algorithms
- KMP-Search
- Search
- Containers
- Heap
- KD-Tree
- Queue
- Priority Queue
- RB Tree Map
- Splay Tree Map
- Stack
- Suffix Array
- Trie
- Graph
- Fork it (https://github.com/jtomschroeder/crystalline/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request