Find a file
2021-10-01 23:48:54 +00:00
.github Migrate to ruby/setup-ruby for Ruby 3.0 2021-01-12 02:07:42 +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 RSA cryptographic algorithm implemented in Ruby. Small primes are used to geenrate p and q. 2021-08-09 19:41:43 +05:30
conversions Minor fixes 2021-09-03 13:24:58 -07:00
data_structures Update data_structures/hash_table/fizz_buzz.rb 2021-09-08 18:24:37 -07:00
discrete_mathematics Clean up 2021-02-06 23:05:54 -08:00
dynamic_programming Merge branch 'master' into ones-and-zeroes 2021-09-13 15:45:59 -07:00
electronics ohms law implementation 2021-09-04 16:16:22 +05:30
maths Minor fixes 2021-09-03 13:24:58 -07:00
other Minor fixes 2021-09-03 13:24:58 -07:00
project_euler Revert "remove project_euler" 2021-05-11 18:41:11 +02:00
searches Minor fixes 2021-09-03 13:24:58 -07:00
sorting Minor fixes 2021-09-03 13:24:58 -07:00
.gitignore Add .gitignore file 2021-03-10 15:07:29 -08:00
360 Minor fixes 2021-09-03 13:24:58 -07:00
CONTRIBUTING.md Revert "remove project_euler" 2021-05-11 18:41:11 +02:00
DIRECTORY.md updating DIRECTORY.md 2021-10-01 23:48:54 +00:00
LICENSE.md Update LICENSE.md 2021-01-28 03:24:42 -06:00
Rakefile Add Rakefile to run tests 2020-11-15 03:52:05 +09:00
README.md Add Discord badge in README.md 2021-07-18 00:03:43 -05: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.