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,302 of 191,483
Downloads: 4,214,204
Daily
Ranking: 2,448 of 191,454
Downloads: 5,382
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 7,860 | 532,680 | reportportal |
| 12,515 | 194,259 | easy_table |
| 12,945 | 181,480 | parallel_report_portal |
| 15,266 | 132,372 | kyanite |
| 17,699 | 101,655 | coursegen |
| 24,843 | 59,855 | tax_generator |
| 25,424 | 57,832 | roundtrip_xml |
| 26,400 | 54,657 | de |
| 28,435 | 49,161 | wrnap |
| 29,564 | 46,508 | nutmeg |
| 29,574 | 46,478 | aker |
| 31,326 | 42,943 | forester |
| 32,234 | 41,383 | vorax |
| 34,930 | 36,988 | handbrake |
| 36,486 | 34,920 | mill |
| 40,751 | 30,138 | rooler |
| 41,361 | 29,576 | boot_polish |
| 42,616 | 28,443 | not_naughty |
| 50,242 | 22,769 | evoc |
| 50,818 | 22,416 | nesstar-api |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,294,095,825 | bundler |
| 8 | 1,274,245,981 | rake |
| 12 | 1,235,370,921 | json |
| 29 | 964,633,797 | rspec |
| 56 | 669,650,118 | rubocop |
| 99 | 455,133,578 | simplecov |
| 168 | 288,418,751 | rdoc |
| 188 | 263,747,968 | rubocop-rspec |
| 227 | 212,397,555 | yard |
| 598 | 87,174,987 | test-unit |
| 1,032 | 45,831,949 | simplecov-lcov |
| 1,256 | 35,828,785 | rubocop-rake |
| 103,702 | 7,730 | rtagstask |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | anupamsg |