doubly_linkedlist 0.3.0
A Ruby implementation of the famous Doubly Linkedlist data structure with support to the Enumerable methods such as `each`, `to_a`, `map`, etc. following ruby idioms. Supports Queue operations as well as Stack operations. A Linkedlist is efficient in many specific cases(eg:- Queue operations) than other data structures such as Array.
Gemfile:
=
install:
=
Development Dependencies (1):
rspec
~> 3.2