Skip to content

jin/algorithms_and_data_structures.rb

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

Algorithms & Data Structure implementations in Ruby.

Fascinated and curious about Ruby's expressiveness, this repository contains my implementations of fundamental CS concepts along with miscellaneous HackerRank solutions.

Inline evaluation

You might stumble across inline comments containing the evaluation of the statement on that line, e.g.

ary = [1, 2, 3, 4]
ary # => [1, 2, 3, 4]

This is accomplished with the amazing vim-ruby-xmpfilter. More information here.

Benchmark gem

The comparison-benchmark scripts use benchmark-bigo addon gem for the benchmark stdlb. It requires gnuplot to be installed to generate terminal graphs.

About

Implementations of algorithms, data structures and HackerRank solutions in Ruby.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published