TheAlgorithms-Ruby/README.md

23 lines
1.1 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) 
2021-07-18 07:03:43 +02:00
[![Discord chat](https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square)](https://discord.gg/c7MnfGFGa6) 
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).