The "Ruby" way of doing an n-ary tree
Posted
by sardaukar
on Stack Overflow
See other posts from Stack Overflow
or by sardaukar
Published on 2009-02-01T17:43:04Z
Indexed on
2010/03/25
5:43 UTC
Read the original article
Hit count: 492
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.
© Stack Overflow or respective owner