Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/jtomschroeder/crystalline

A collection of containers & algorithms for the Crystal programming language
https://github.com/jtomschroeder/crystalline

algorithms crystal

Last synced: about 2 months ago
JSON representation

A collection of containers & algorithms for the Crystal programming language

Lists

README

        

crystalline
===========

[![Built with
Crystal](https://img.shields.io/badge/built%20with-crystal-000000.svg)](https://crystal-lang.org/)
[![Build
Status](https://travis-ci.org/jtomschroeder/crystalline.svg)](https://travis-ci.org/jtomschroeder/crystalline)
[![MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://en.wikipedia.org/wiki/MIT_License)

Collection of Containers and Algorithms.

## Installation

Add this to your application's `shard.yml`:

```yaml
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 ()
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