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,213 of 183,107
Downloads: 3,326,495
Daily
Ranking: 3,866 of 183,092
Downloads: 1,188
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
7,018 | 501,379 | reportportal |
11,581 | 180,609 | easy_table |
12,275 | 162,489 | parallel_report_portal |
14,214 | 124,029 | kyanite |
16,900 | 91,908 | coursegen |
24,264 | 53,182 | tax_generator |
24,831 | 51,461 | roundtrip_xml |
24,938 | 51,159 | de |
27,407 | 44,839 | wrnap |
27,658 | 44,265 | aker |
28,795 | 41,801 | nutmeg |
30,114 | 39,339 | forester |
31,247 | 37,488 | vorax |
33,566 | 34,090 | handbrake |
36,588 | 30,331 | mill |
37,721 | 29,164 | boot_polish |
39,309 | 27,697 | rooler |
41,367 | 25,922 | not_naughty |
49,110 | 20,613 | nesstar-api |
49,611 | 20,321 | hierarchical_menu |
Depends on
Rank | Downloads | Name |
---|---|---|
1 | 2,407,087,911 | bundler |
10 | 953,844,246 | rake |
18 | 910,800,336 | json |
25 | 817,849,894 | rspec |
63 | 475,587,280 | rubocop |
99 | 348,223,614 | simplecov |
197 | 183,546,275 | rubocop-rspec |
210 | 167,990,555 | rdoc |
224 | 158,681,269 | yard |
648 | 66,308,583 | test-unit |
1,159 | 29,077,935 | simplecov-lcov |
1,528 | 18,316,198 | rubocop-rake |
105,998 | 6,422 | rtagstask |
Owners
# | Gravatar | Handle |
---|---|---|
1 | anupamsg |