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.
- Host: GitHub
- URL: https://github.com/code-shoily/algorithms_in_crystal
- Owner: code-shoily
- License: mit
- Created: 2021-05-09T20:15:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T20:16:24.000Z (about 5 years ago)
- Last Synced: 2024-12-29T02:31:40.939Z (over 1 year ago)
- Language: Crystal
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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