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,234 of 195,762
Downloads: 4,871,475
Daily
Ranking: 2,768 of 195,747
Downloads: 2,475
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 8,116 | 554,020 | reportportal |
| 12,900 | 199,783 | easy_table |
| 13,402 | 184,664 | parallel_report_portal |
| 15,788 | 134,765 | kyanite |
| 17,866 | 107,211 | coursegen |
| 25,273 | 61,662 | tax_generator |
| 25,924 | 59,482 | roundtrip_xml |
| 26,992 | 55,791 | de |
| 28,960 | 50,495 | wrnap |
| 29,724 | 48,565 | nutmeg |
| 30,376 | 47,181 | aker |
| 31,821 | 44,234 | forester |
| 32,811 | 42,505 | vorax |
| 35,604 | 37,871 | handbrake |
| 36,731 | 36,351 | mill |
| 41,177 | 31,147 | rooler |
| 42,745 | 29,695 | boot_polish |
| 43,211 | 29,236 | not_naughty |
| 50,493 | 23,700 | evoc |
| 51,685 | 22,930 | nesstar-api |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,629,697,366 | bundler |
| 8 | 1,384,293,602 | rake |
| 9 | 1,343,682,665 | json |
| 29 | 1,006,320,288 | rspec |
| 57 | 728,179,197 | rubocop |
| 98 | 489,786,530 | simplecov |
| 156 | 331,387,703 | rdoc |
| 183 | 287,798,442 | rubocop-rspec |
| 229 | 230,406,592 | yard |
| 554 | 94,811,269 | test-unit |
| 1,023 | 49,600,998 | simplecov-lcov |
| 1,141 | 42,141,861 | rubocop-rake |
| 101,526 | 8,401 | rtagstask |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | anupamsg |