TheAlgorithms-Ruby/README.md

24 lines
1.3 KiB
Markdown
Raw Normal View History

2020-12-28 18:11:12 +01:00
# The Algorithms - Ruby
2016-08-16 16:35:33 +02:00
2020-12-28 18:11:12 +01:00
[![Gitter chat](https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square)](https://gitter.im/TheAlgorithms) 
[![contributions welcome](https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square)](https://github.com/TheAlgorithms/Ruby/blob/master/CONTRIBUTING.md) 
![](https://img.shields.io/github/repo-size/TheAlgorithms/Ruby.svg?label=Repo%20size&style=flat-square) 
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square)](https://github.com/pre-commit/pre-commit) 
[![code style: black](https://img.shields.io/static/v1?label=code%20style&message=black&color=black&style=flat-square)](https://github.com/psf/black) 
2016-08-16 16:35:33 +02:00
2020-12-28 18:11:12 +01:00
### All algorithms implemented in Ruby (for education)
2017-09-28 18:58:56 +02:00
2020-12-28 18:11:12 +01:00
These implementations are for learning purposes only. Therefore they may be less efficient than the implementations in the Ruby standard library.
2017-09-28 18:58:56 +02:00
2020-12-28 18:11:12 +01:00
## Contribution Guidelines
2017-09-28 15:28:07 +02:00
2020-12-28 18:11:12 +01:00
Read our [Contribution Guidelines](CONTRIBUTING.md) before you contribute.
2016-08-16 16:35:33 +02:00
2020-12-28 18:11:12 +01:00
## Community Channel
2016-08-16 16:35:33 +02:00
2020-12-28 18:11:12 +01:00
We're on [Gitter](https://gitter.im/TheAlgorithms)! Please join us.
2017-09-28 18:58:56 +02:00
2020-12-28 18:11:12 +01:00
## List of Algorithms
2018-10-05 04:01:36 +02:00
2020-12-28 18:11:12 +01:00
See our [directory](DIRECTORY.md).