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,340 of 187,950
Downloads: 3,807,918
Daily
Ranking: 3,321 of 187,922
Downloads: 1,947
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 7,669 | 524,684 | reportportal |
| 12,315 | 190,525 | easy_table |
| 12,711 | 178,546 | parallel_report_portal |
| 15,000 | 130,021 | kyanite |
| 17,524 | 98,687 | coursegen |
| 24,644 | 58,162 | tax_generator |
| 25,374 | 55,732 | roundtrip_xml |
| 25,988 | 53,844 | de |
| 28,118 | 48,113 | wrnap |
| 29,023 | 45,992 | aker |
| 29,301 | 45,353 | nutmeg |
| 31,011 | 41,995 | forester |
| 31,917 | 40,400 | vorax |
| 34,664 | 36,136 | handbrake |
| 36,578 | 33,545 | mill |
| 40,392 | 29,486 | boot_polish |
| 40,444 | 29,431 | rooler |
| 42,303 | 27,749 | not_naughty |
| 50,149 | 22,069 | evoc |
| 50,296 | 21,976 | nesstar-api |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,044,215,819 | bundler |
| 10 | 1,176,878,843 | rake |
| 12 | 1,148,066,961 | json |
| 28 | 929,993,045 | rspec |
| 57 | 620,301,193 | rubocop |
| 99 | 428,731,506 | simplecov |
| 180 | 252,918,034 | rdoc |
| 188 | 245,431,422 | rubocop-rspec |
| 225 | 198,807,586 | yard |
| 637 | 81,028,973 | test-unit |
| 1,049 | 42,849,539 | simplecov-lcov |
| 1,320 | 31,077,699 | rubocop-rake |
| 103,928 | 7,438 | rtagstask |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | anupamsg |