A generic tree data structure supporting depth-first and breadth-first traversal, node search, path finding, and hash serialization. Each node tracks its parent, children, depth, height, and size.
Required Ruby Version
>= 3.1.0
Authors
Philip Rehberger
Versions
- 0.7.0 April 27, 2026 (11 KB)
- 0.6.0 April 17, 2026 (10.5 KB)
- 0.5.0 April 16, 2026 (10.5 KB)
- 0.4.0 April 15, 2026 (10 KB)
- 0.3.0 April 10, 2026 (9.5 KB)