/ruby_data_structures

Some quick implementations of data structures in ruby

Primary LanguageRubyMIT LicenseMIT

ruby_data_structures

Some quick implementations of data structures in ruby


This project is unfinished, some classes may not be functional

This was done for my own educational purposes. Each class is separated into its own ruby file, and my mess of code to make sure everything works correctly is in test.rb. The implementations are based off of Brian Will's YouTube video. I have tried to go a little bit above and beyond and implement some of the methods he left out in the video.

For the purposes of these exercises, I'm pretending that the ruby definition of an array is the 'classical' definition with fixed length.

Also, I'm a noob to rspec and testing, so suggestions are always welcome!