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,338 of 187,571
Downloads: 3,778,034
Daily
Ranking: 3,674 of 187,548
Downloads: 1,495
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 7,647 | 523,167 | reportportal |
| 12,269 | 189,862 | easy_table |
| 12,670 | 178,005 | parallel_report_portal |
| 14,968 | 129,569 | kyanite |
| 17,506 | 98,022 | coursegen |
| 24,627 | 57,794 | tax_generator |
| 25,412 | 55,263 | roundtrip_xml |
| 25,920 | 53,655 | de |
| 28,061 | 47,915 | wrnap |
| 28,920 | 45,861 | aker |
| 29,273 | 45,132 | nutmeg |
| 30,967 | 41,770 | forester |
| 31,871 | 40,213 | vorax |
| 34,586 | 36,001 | handbrake |
| 36,638 | 33,266 | mill |
| 40,222 | 29,459 | boot_polish |
| 40,389 | 29,296 | rooler |
| 42,244 | 27,624 | not_naughty |
| 50,185 | 21,911 | evoc |
| 50,223 | 21,885 | nesstar-api |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,010,000,950 | bundler |
| 10 | 1,165,196,519 | rake |
| 13 | 1,135,784,591 | json |
| 28 | 924,848,930 | rspec |
| 57 | 613,192,940 | rubocop |
| 98 | 425,116,291 | simplecov |
| 183 | 248,062,731 | rdoc |
| 188 | 242,802,816 | rubocop-rspec |
| 224 | 197,125,988 | yard |
| 644 | 80,222,187 | test-unit |
| 1,050 | 42,482,294 | simplecov-lcov |
| 1,330 | 30,406,529 | rubocop-rake |
| 104,009 | 7,373 | rtagstask |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | anupamsg |