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,239 of 196,619
Downloads: 4,971,935
Daily
Ranking: 2,601 of 196,594
Downloads: 2,588
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 8,130 | 561,348 | reportportal |
| 12,956 | 201,594 | easy_table |
| 13,499 | 185,168 | parallel_report_portal |
| 15,903 | 135,048 | kyanite |
| 17,939 | 107,987 | coursegen |
| 25,409 | 61,834 | tax_generator |
| 26,046 | 59,666 | roundtrip_xml |
| 27,130 | 56,027 | de |
| 29,160 | 50,600 | wrnap |
| 29,830 | 48,863 | nutmeg |
| 30,578 | 47,276 | aker |
| 31,962 | 44,448 | forester |
| 32,999 | 42,603 | vorax |
| 35,792 | 37,973 | handbrake |
| 36,896 | 36,482 | mill |
| 41,373 | 31,263 | rooler |
| 43,017 | 29,719 | boot_polish |
| 43,450 | 29,297 | not_naughty |
| 50,669 | 23,792 | evoc |
| 51,905 | 22,983 | nesstar-api |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,749,482,850 | bundler |
| 8 | 1,416,207,584 | rake |
| 9 | 1,378,848,486 | json |
| 29 | 1,020,353,632 | rspec |
| 56 | 747,036,942 | rubocop |
| 98 | 501,431,247 | simplecov |
| 151 | 346,972,214 | rdoc |
| 183 | 295,811,089 | rubocop-rspec |
| 232 | 235,465,023 | yard |
| 547 | 97,953,543 | test-unit |
| 1,023 | 50,592,066 | simplecov-lcov |
| 1,110 | 44,390,851 | rubocop-rake |
| 100,569 | 8,602 | rtagstask |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | anupamsg |