Tagged Questions

2
votes
2answers
270 views

The “Ruby” way of doing an n-ary tree

I'm writing a Ruby script and would like to use a n-ary tree data structure. Is there a good implementation that is available as source code? Thanks.