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: 83,014 of 187,603
Downloads: 10,692

Daily

Ranking: 145,949 of 187,591
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
98425,289,329simplecov
100424,766,873byebug
59782,302,461ruby-prof
44,39025,895must_be

Owners

#GravatarHandle
1iconquokka