Categories: None [Edit]

data_structures_rmolinari

https://rubygems.org/gems/data_structures_rmolinari
https://github.com/rmolinari/data_structures
This small gem contains several data structures that I have implemented in Ruby to learn how they work. Sometimes it is not enough to read the description of a data structure and accompanying pseudo-code. Actually implementing it is often helpful in understanding what is going on. It is also usually fun. The gem contains basic implementions of Disjoint Union, Heap, Priority Search Tree, and Segment Tree. See the homepage for more details.

Total

Ranking: 80,794 of 189,128
Downloads: 11,421

Daily

Ranking: 33,967 of 189,104
Downloads: 7

Depended by

RankDownloadsName

Depends on

RankDownloadsName
99441,125,129simplecov
100437,838,361byebug
60984,449,468ruby-prof
44,80526,217must_be

Owners

#GravatarHandle
1iconquokka