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,316 of 190,317
Downloads: 4,117,954
Daily
Ranking: 2,638 of 190,280
Downloads: 5,289
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 7,829 | 530,938 | reportportal |
| 12,481 | 193,505 | easy_table |
| 12,889 | 180,971 | parallel_report_portal |
| 15,206 | 132,058 | kyanite |
| 17,654 | 101,304 | coursegen |
| 24,779 | 59,646 | tax_generator |
| 25,363 | 57,650 | roundtrip_xml |
| 26,319 | 54,539 | de |
| 28,380 | 48,973 | wrnap |
| 29,480 | 46,396 | aker |
| 29,515 | 46,299 | nutmeg |
| 31,258 | 42,799 | forester |
| 32,146 | 41,253 | vorax |
| 34,879 | 36,842 | handbrake |
| 36,455 | 34,741 | mill |
| 40,702 | 30,037 | rooler |
| 41,201 | 29,565 | boot_polish |
| 42,528 | 28,365 | not_naughty |
| 50,151 | 22,698 | evoc |
| 50,688 | 22,353 | nesstar-api |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,240,425,504 | bundler |
| 8 | 1,255,248,311 | rake |
| 12 | 1,216,809,286 | json |
| 29 | 957,358,331 | rspec |
| 56 | 659,701,421 | rubocop |
| 99 | 449,649,641 | simplecov |
| 172 | 281,306,788 | rdoc |
| 188 | 259,952,754 | rubocop-rspec |
| 227 | 209,610,747 | yard |
| 603 | 85,944,486 | test-unit |
| 1,036 | 45,201,599 | simplecov-lcov |
| 1,274 | 34,821,109 | rubocop-rake |
| 103,640 | 7,693 | rtagstask |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | anupamsg |