Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thealgorithms/ruby
All algorithms implemented in Ruby
https://github.com/thealgorithms/ruby
algorithms algorithms-implemented community-driven data-structures hacktoberfest interview ruby searches sorting-algorithms
Last synced: 22 days ago
JSON representation
All algorithms implemented in Ruby
- Host: GitHub
- URL: https://github.com/thealgorithms/ruby
- Owner: TheAlgorithms
- License: mit
- Created: 2016-07-25T17:32:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T14:31:03.000Z (8 months ago)
- Last Synced: 2024-05-29T01:19:45.781Z (5 months ago)
- Topics: algorithms, algorithms-implemented, community-driven, data-structures, hacktoberfest, interview, ruby, searches, sorting-algorithms
- Language: Ruby
- Homepage:
- Size: 519 KB
- Stars: 1,135
- Watchers: 47
- Forks: 283
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# The Algorithms - Ruby
[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/#TheAlgorithms_community:gitter.im)
[![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)
[![Discord chat](https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square)](https://discord.gg/c7MnfGFGa6)### All algorithms implemented in Ruby (for education)
These implementations are for learning purposes only. Therefore they may be less efficient than the implementations in the Ruby standard library.
## Contribution Guidelines
Read our [Contribution Guidelines](CONTRIBUTING.md) before you contribute.
## Community Channel
We're on [Gitter](https://gitter.im/TheAlgorithms)! Please join us.
## List of Algorithms
See our [directory](DIRECTORY.md).