goyox86 / list

Single Linked List

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

list

Single Linked List

== Requisites

=== Ruby

You can easily install it with any Ruby Version Manager for example RVM or rbenv:

=== Bundler

After installing Ruby you must be sure of having the 'bundler' gem installed. You can install it via rubygems:

$ gem install bundler

== Running the test suite:

  1. Prepare the bundle:
$ bundle install
  1. Run the specs:
$ bundle exec rspec .

About

Single Linked List


Languages

Language:Ruby 100.0%