Categories: None [Edit]
rubytree
RubyTree is a Ruby implementation of the generic tree data structure. It
provides simple APIs to store named nodes, and to access, modify, and
traverse the tree.
The data model is node-centric, where nodes in the tree are the primary
structural elements. It supports all common tree-traversal methods (pre-order,
post-order, and breadth first).
RubyTree mixes in the Enumerable and Comparable modules and behaves like a
standard Ruby collection (iteration, comparison, etc.).
RubyTree also includes a binary tree implementation, which provides in-order
node traversal besides the other methods.
RubyTree can import from and export to JSON, and supports Ruby’s object
marshaling.
Total
Ranking: 3,338 of 187,239
Downloads: 3,746,361
Daily
Ranking: 3,047 of 187,224
Downloads: 1,357
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
7,621 | 521,486 | reportportal |
12,237 | 189,183 | easy_table |
12,626 | 177,413 | parallel_report_portal |
14,914 | 129,213 | kyanite |
17,471 | 97,578 | coursegen |
24,619 | 57,421 | tax_generator |
25,482 | 54,689 | roundtrip_xml |
25,850 | 53,497 | de |
28,014 | 47,711 | wrnap |
28,858 | 45,715 | aker |
29,182 | 44,988 | nutmeg |
30,886 | 41,656 | forester |
31,835 | 40,016 | vorax |
34,519 | 35,868 | handbrake |
36,785 | 32,892 | mill |
40,060 | 29,432 | boot_polish |
40,278 | 29,203 | rooler |
42,205 | 27,476 | not_naughty |
50,161 | 21,783 | nesstar-api |
50,221 | 21,747 | evoc |
Depends on
Rank | Downloads | Name |
---|---|---|
1 | 2,973,208,875 | bundler |
10 | 1,151,901,046 | rake |
13 | 1,122,458,692 | json |
27 | 919,404,019 | rspec |
57 | 604,440,374 | rubocop |
99 | 421,205,239 | simplecov |
185 | 241,836,103 | rdoc |
186 | 239,954,294 | rubocop-rspec |
224 | 195,227,615 | yard |
649 | 79,408,852 | test-unit |
1,050 | 42,132,912 | simplecov-lcov |
1,346 | 29,657,123 | rubocop-rake |
103,976 | 7,321 | rtagstask |
Owners
# | Gravatar | Handle |
---|---|---|
1 | anupamsg |