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: - of 0
Downloads: -
Daily
Ranking: - of 0
Downloads: -
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 8,076 | 547,782 | reportportal |
| 12,840 | 197,814 | easy_table |
| 13,290 | 183,776 | parallel_report_portal |
| 15,661 | 133,876 | kyanite |
| 17,976 | 103,984 | coursegen |
| 25,180 | 61,001 | tax_generator |
| 25,829 | 58,848 | roundtrip_xml |
| 26,855 | 55,369 | de |
| 28,831 | 49,991 | wrnap |
| 29,753 | 47,758 | nutmeg |
| 30,163 | 46,900 | aker |
| 31,727 | 43,713 | forester |
| 32,622 | 42,144 | vorax |
| 35,383 | 37,573 | handbrake |
| 36,757 | 35,740 | mill |
| 41,007 | 30,839 | rooler |
| 42,330 | 29,637 | boot_polish |
| 43,222 | 28,777 | not_naughty |
| 50,427 | 23,385 | evoc |
| 51,414 | 22,736 | nesstar-api |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,524,455,789 | bundler |
| 8 | 1,354,615,159 | rake |
| 10 | 1,310,757,635 | json |
| 29 | 993,218,487 | rspec |
| 56 | 710,510,158 | rubocop |
| 97 | 478,892,970 | simplecov |
| 162 | 317,588,811 | rdoc |
| 185 | 280,452,323 | rubocop-rspec |
| 227 | 225,389,305 | yard |
| 575 | 91,861,559 | test-unit |
| 1,028 | 48,478,709 | simplecov-lcov |
| 1,176 | 40,176,436 | rubocop-rake |
| 103,045 | 8,067 | rtagstask |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | anupamsg |