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,269 of 193,214
Downloads: 4,532,527
Daily
Ranking: 2,051 of 193,188
Downloads: 4,646
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 7,927 | 542,060 | reportportal |
| 12,781 | 196,331 | easy_table |
| 13,229 | 183,054 | parallel_report_portal |
| 15,574 | 133,485 | kyanite |
| 17,888 | 103,546 | coursegen |
| 25,112 | 60,715 | tax_generator |
| 25,746 | 58,567 | roundtrip_xml |
| 26,749 | 55,216 | de |
| 28,729 | 49,813 | wrnap |
| 29,753 | 47,375 | nutmeg |
| 30,004 | 46,837 | aker |
| 31,619 | 43,539 | forester |
| 32,527 | 41,964 | vorax |
| 35,301 | 37,379 | handbrake |
| 36,689 | 35,554 | mill |
| 40,879 | 30,724 | rooler |
| 42,066 | 29,628 | boot_polish |
| 43,062 | 28,696 | not_naughty |
| 50,373 | 23,235 | evoc |
| 51,270 | 22,666 | nesstar-api |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,441,039,624 | bundler |
| 8 | 1,330,047,653 | rake |
| 12 | 1,282,876,757 | json |
| 29 | 983,045,376 | rspec |
| 56 | 695,992,094 | rubocop |
| 97 | 470,376,754 | simplecov |
| 165 | 307,057,356 | rdoc |
| 186 | 274,520,273 | rubocop-rspec |
| 227 | 221,344,959 | yard |
| 585 | 89,991,236 | test-unit |
| 1,025 | 47,530,228 | simplecov-lcov |
| 1,200 | 38,688,069 | rubocop-rake |
| 103,788 | 7,907 | rtagstask |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | anupamsg |