Tagged Questions
2
votes
3answers
866 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.