Find a file
2021-01-22 13:38:45 +05:30
.github Migrate to ruby/setup-ruby for Ruby 3.0 2021-01-12 02:07:42 +09:00
ciphers Unify indentation for 2 spaces 2021-01-14 07:26:24 +09:00
data_structures Merge branch 'master' into add-queue-data-structure-example 2020-12-28 14:40:24 -08:00
discrete_mathematics extended_euclidean_algorithm.rb 2021-01-22 13:38:45 +05:30
maths Update maths/square_root_test.rb 2021-01-09 11:09:56 -08:00
other fix syntax of other and discrete_mathmatics 2020-05-14 11:11:55 +09:00
project_euler Add problem description copying from sol1.rb 2020-12-31 00:44:04 +09:00
searches Merge branch 'master' into add-recursive-double-linear-search 2020-12-28 14:38:53 -08:00
sorting Add tests for Sorting/bogo_sort.rb 2020-11-15 03:52:03 +09:00
CONTRIBUTING.md Change ownership to @vbrazo 2020-12-28 09:14:21 -08:00
DIRECTORY.md updating DIRECTORY.md 2021-01-09 19:10:44 +00:00
LICENSE.md Add LICENSE.md 2020-12-28 09:11:28 -08:00
Rakefile Add Rakefile to run tests 2020-11-15 03:52:05 +09:00
README.md Remove badges of unused tools 2021-01-03 00:52:55 +09:00

The Algorithms - Ruby

Gitter chat  contributions welcome   

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.