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

https://github.com/code-shoily/algorithms_in_crystal

Implementation of various algorithms using the Crystal programming language.
https://github.com/code-shoily/algorithms_in_crystal

Last synced: 7 months ago
JSON representation

Implementation of various algorithms using the Crystal programming language.

Awesome Lists containing this project

README

          

# algorithms_in_crystal

Implementation of various algorithms in [Crystal](https://crystal-lang.org/) programming language.

## Installation

1. Add the dependency to your `shard.yml`:

```yaml
dependencies:
algorithms_in_crystal:
github: code-shoily/algorithms_in_crystal
```

2. Run `shards install`

## Usage

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

- [Mafinar Khan](https://github.com/code-shoily) - creator and maintainer