/algorithms_ruby

Ruby implementation of data structures and Algorithms

Primary LanguageRuby

Algorithms and Data Structures in Ruby

This repository contains Ruby implementation of various Algorithms and Data structures

Content :

How?

Simply run ruby some_file.rb to execute the algorithm. At the bottom of each file there are some test samples. example: ruby longest_consecutive_subsequence.rb will print: 4.

Contribute

Did you find a bug? any way to do it better? please feel free to pull-request it :)

algorithms_ruby