/algorithms-rb

The Algorithms from Coursera course Algorithms, Part I by Robert Sedgewick and Kevin Wayne written in Ruby.

Primary LanguageRuby

Algorithms

The Algoritms introduced in Coursera courses Algorithms, Part I and Algorithms, Part II.

Written in Ruby in TDD way. Tests written as RSpec examples or specs.

To specs added examples from video lectures and exercises.

Algorithms, Part 1

  • Union-Find
    • Quick Find
    • Quick Union
    • Weighted Union