/ruby-algorithms-data-structures

Personal Studies and implementations of Algorithms and Data Structures in Ruby. This is a gradual implementation if you didn't found what you are looking for, please, let me know so I can change my priority list.

Primary LanguageRubyMIT LicenseMIT

Ruby Algorithms and Data Structures

Personal Studies and implementations of Algorithms and Data Structures in Ruby. This is a gradual work, if you didn't find what you are looking for, please, let me know so I can change my priority list.

So far, here, you can find:

  • Algorithms
  • Data Structures
    • Binary Trees
    • Linked Lists
      • Simple
        • Regular
        • Ordered (coming soon)
        • With tail (coming soon)
      • Double
      • Circular