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,328 of 186,947
Downloads: 3,711,390
Daily
Ranking: 3,412 of 186,938
Downloads: 1,014
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
7,601 | 519,827 | reportportal |
12,178 | 188,499 | easy_table |
12,588 | 176,529 | parallel_report_portal |
14,849 | 128,787 | kyanite |
17,448 | 96,806 | coursegen |
24,651 | 56,704 | tax_generator |
25,515 | 53,943 | roundtrip_xml |
25,820 | 53,062 | de |
27,995 | 47,216 | wrnap |
28,731 | 45,454 | aker |
29,171 | 44,483 | nutmeg |
30,848 | 41,254 | forester |
31,885 | 39,476 | vorax |
34,355 | 35,730 | handbrake |
36,912 | 32,360 | mill |
39,681 | 29,412 | boot_polish |
40,323 | 28,831 | rooler |
42,200 | 27,159 | not_naughty |
50,121 | 21,547 | nesstar-api |
50,556 | 21,285 | evoc |
Depends on
Rank | Downloads | Name |
---|---|---|
1 | 2,936,839,016 | bundler |
10 | 1,139,345,512 | rake |
13 | 1,108,513,326 | json |
27 | 913,996,669 | rspec |
57 | 596,250,012 | rubocop |
99 | 417,231,535 | simplecov |
187 | 236,947,087 | rubocop-rspec |
188 | 236,480,412 | rdoc |
224 | 193,367,293 | yard |
652 | 78,675,788 | test-unit |
1,048 | 41,814,788 | simplecov-lcov |
1,364 | 28,852,270 | rubocop-rake |
103,897 | 7,235 | rtagstask |
Owners
# | Gravatar | Handle |
---|---|---|
1 | anupamsg |