Skip to content

Ruby implementation of data structures and Algorithms

Notifications You must be signed in to change notification settings

aman29april/algorithms_ruby

Repository files navigation

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