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,216 of 183,471
Downloads: 3,359,069
Daily
Ranking: 4,072 of 183,459
Downloads: 483
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
7,048 | 503,013 | reportportal |
11,652 | 181,158 | easy_table |
12,243 | 165,272 | parallel_report_portal |
14,289 | 124,428 | kyanite |
16,917 | 92,490 | coursegen |
24,307 | 53,440 | tax_generator |
24,910 | 51,664 | roundtrip_xml |
25,024 | 51,329 | de |
27,489 | 45,018 | wrnap |
27,778 | 44,350 | aker |
28,776 | 42,142 | nutmeg |
30,170 | 39,519 | forester |
31,349 | 37,615 | vorax |
33,679 | 34,216 | handbrake |
36,593 | 30,542 | mill |
37,907 | 29,186 | boot_polish |
39,398 | 27,797 | rooler |
41,463 | 26,007 | not_naughty |
49,245 | 20,679 | nesstar-api |
49,767 | 20,379 | hierarchical_menu |
Depends on
Rank | Downloads | Name |
---|---|---|
1 | 2,455,829,279 | bundler |
10 | 968,905,115 | rake |
18 | 927,442,541 | json |
25 | 824,998,340 | rspec |
62 | 484,810,129 | rubocop |
98 | 353,709,953 | simplecov |
196 | 187,741,373 | rubocop-rspec |
210 | 172,448,676 | rdoc |
224 | 160,920,099 | yard |
648 | 67,372,434 | test-unit |
1,138 | 30,377,160 | simplecov-lcov |
1,518 | 18,951,704 | rubocop-rake |
105,891 | 6,477 | rtagstask |
Owners
# | Gravatar | Handle |
---|---|---|
1 | anupamsg |