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: 79,367 of 192,156
Downloads: 12,007

Daily

Ranking: 21,974 of 192,137
Downloads: 23

Depended by

RankDownloadsName

Depends on

RankDownloadsName
99460,518,957simplecov
102452,806,307byebug
60987,027,020ruby-prof
45,34926,467must_be

Owners

#GravatarHandle
1iconquokka