Find a file
2024-02-29 22:31:03 +08:00
.github Use Ruby 3.3 in testing 2024-01-30 01:14:54 +09:00
backtracking Minor fixes 2021-09-03 13:24:58 -07:00
bit_manipulation Minor fixes 2021-09-03 13:24:58 -07:00
ciphers Fix lint 2021-11-01 23:45:20 -07:00
conversions Minor fixes 2021-09-03 13:24:58 -07:00
data_structures Merge pull request #207 from aparibocci/feature/graph_bfs 2023-05-27 19:18:30 +08:00
discrete_mathematics Clean up 2021-02-06 23:05:54 -08:00
dynamic_programming Merge pull request #181 from ApsaraGuhan/dynamicprogramming_editdistance 2021-11-14 14:36:57 -08:00
electronics Fix lint 2021-11-01 23:45:20 -07:00
maths Minor fixes 2021-09-03 13:24:58 -07:00
other Minor fixes 2021-09-03 13:24:58 -07:00
project_euler Merge pull request #204 from domix80/problem_025 2023-02-24 07:36:58 +08:00
searches Update fibonacci_search.rb 2021-11-02 12:41:47 +01:00
sorting Add gnome sort 2023-06-21 17:03:58 +01:00
strings Add hamming_distance algorithm 2023-10-01 08:19:47 +07:00
.gitignore Add .gitignore file 2021-03-10 15:07:29 -08:00
CONTRIBUTING.md Revert "remove project_euler" 2021-05-11 18:41:11 +02:00
DIRECTORY.md updating DIRECTORY.md 2024-01-03 13:25:13 +00:00
LICENSE.md Update copyright year 2024-02-29 22:31:03 +08:00
Rakefile Add Rakefile to run tests 2020-11-15 03:52:05 +09:00
README.md Update the link of gitter chat 2023-07-04 22:39:12 +08:00

The Algorithms - Ruby

Gitter chat  contributions welcome    Discord chat 

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 before you contribute.

Community Channel

We're on Gitter! Please join us.

List of Algorithms

See our directory.