Find a file
Vitor Oliveira f7fe59f47d
Merge pull request #80 from atarax665/extended_euclidean_algorithm
[Discrete Mathematics] Extended Euclidean Algorithm
2021-01-27 19:00:25 -08:00
.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 Fixed typo 2021-01-25 22:13:23 +05:30
maths add description for digits sum algorithm 2021-01-23 15:18: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 Added Ternary Search Algorithm 2021-01-14 23:40:08 +05:30
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-23 23:21:01 +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.