Popularity
9.1
Stable
Activity
2.8
-
127
5
26

Programming language: Crystal
License: MIT License
Tags: Algorithms And Data Structures    

crystalline alternatives and similar shards

Based on the "Algorithms and Data structures" category.
Alternatively, view crystalline alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of crystalline or a related project?

Add another 'Algorithms and Data structures' Shard

README

crystalline

Built with
Crystal Build
Status MIT

Collection of Containers and Algorithms.

Installation

Add this to your application's shard.yml:

dependencies:
  crystalline:
    github: jtomschroeder/crystalline

Content

  • Algorithms
    • KMP-Search
    • Search
  • Containers
    • Heap
    • KD-Tree
    • Queue
    • Priority Queue
    • RB Tree Map
    • Splay Tree Map
    • Stack
    • Suffix Array
    • Trie
  • Graph

Contributing

  1. Fork it (https://github.com/jtomschroeder/crystalline/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


*Note that all licence references and agreements mentioned in the crystalline README section above are relevant to that project's source code only.