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,238 of 196,338
Downloads: 4,923,036
Daily
Ranking: 1,915 of 196,320
Downloads: 2,707
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 8,123 | 557,843 | reportportal |
| 12,930 | 200,758 | easy_table |
| 13,447 | 184,917 | parallel_report_portal |
| 15,829 | 134,974 | kyanite |
| 17,909 | 107,568 | coursegen |
| 25,336 | 61,790 | tax_generator |
| 25,974 | 59,609 | roundtrip_xml |
| 27,065 | 55,919 | de |
| 29,053 | 50,574 | wrnap |
| 29,784 | 48,725 | nutmeg |
| 30,482 | 47,237 | aker |
| 31,896 | 44,356 | forester |
| 32,892 | 42,592 | vorax |
| 35,697 | 37,939 | handbrake |
| 36,773 | 36,478 | mill |
| 41,258 | 31,234 | rooler |
| 42,899 | 29,711 | boot_polish |
| 43,336 | 29,286 | not_naughty |
| 50,589 | 23,749 | evoc |
| 51,794 | 22,966 | nesstar-api |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,687,515,579 | bundler |
| 8 | 1,399,913,164 | rake |
| 9 | 1,360,651,456 | json |
| 29 | 1,013,199,560 | rspec |
| 57 | 737,392,019 | rubocop |
| 98 | 495,507,544 | simplecov |
| 153 | 338,880,713 | rdoc |
| 184 | 291,772,689 | rubocop-rspec |
| 230 | 232,958,209 | yard |
| 552 | 96,287,721 | test-unit |
| 1,024 | 50,113,105 | simplecov-lcov |
| 1,128 | 43,248,505 | rubocop-rake |
| 101,221 | 8,484 | rtagstask |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | anupamsg |