/top_ruby_linked_lists

Repository to The Odin Project's linked list project

Primary LanguageRuby

top_ruby_linked_lists

Solution to The Odin Project's Linked Lists project

Set-up:

  1. Clone or download this repository.
  2. Run bundle on the project's directory to install the gem(s).

Test notes:

  1. Applied TDD in this mini project.
  2. Test needs to be cleaned up (see issue), and will be done when I have time.
  3. Run rspec to test.