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,284 of 184,991
Downloads: 3,503,608
Daily
Ranking: 3,989 of 184,981
Downloads: 648
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
7,225 | 508,528 | reportportal |
11,879 | 184,225 | easy_table |
12,277 | 172,580 | parallel_report_portal |
14,532 | 125,660 | kyanite |
17,108 | 94,236 | coursegen |
24,584 | 54,254 | tax_generator |
25,218 | 52,360 | roundtrip_xml |
25,378 | 51,880 | de |
27,764 | 45,676 | wrnap |
28,208 | 44,619 | aker |
28,860 | 43,171 | nutmeg |
30,399 | 40,178 | forester |
31,696 | 38,071 | vorax |
34,019 | 34,624 | handbrake |
36,826 | 31,102 | mill |
38,564 | 29,245 | boot_polish |
39,765 | 28,162 | rooler |
41,871 | 26,319 | not_naughty |
49,693 | 20,891 | nesstar-api |
50,197 | 20,596 | hierarchical_menu |
Depends on
Rank | Downloads | Name |
---|---|---|
1 | 2,655,328,096 | bundler |
10 | 1,034,196,175 | rake |
14 | 999,992,575 | json |
26 | 860,515,732 | rspec |
61 | 528,381,536 | rubocop |
99 | 379,170,506 | simplecov |
195 | 208,065,254 | rubocop-rspec |
200 | 193,961,492 | rdoc |
225 | 173,054,469 | yard |
668 | 71,630,210 | test-unit |
1,079 | 35,939,302 | simplecov-lcov |
1,461 | 22,460,813 | rubocop-rake |
105,054 | 6,758 | rtagstask |
Owners
# | Gravatar | Handle |
---|---|---|
1 | anupamsg |