Categories: None [Edit]

doubly_linkedlist

https://rubygems.org/gems/doubly_linkedlist
https://github.com/anshabmk/doubly_linkedlist
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.

Total

Ranking: 107,484 of 192,720
Downloads: 7,332

Daily

Ranking: 105,271 of 192,704
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
29978,456,844rspec

Owners

#GravatarHandle
1iconanshabmk