nary_tree ... does one exist?
Hi, I noticed that there's a Google SOC 2006 library called Boost.Tree, which has an nary_tree implementation in it. However, I'm finding that this code does not compile at all. Are there any containers in boost (or perhaps elsewhere) that support tree structures with any number of children? Thanks.
At 11:51 AM -0500 10/15/08, Robert Dailey wrote:
Hi,
I noticed that there's a Google SOC 2006 library called Boost.Tree, which has an nary_tree implementation in it. However, I'm finding that this code does not compile at all. Are there any containers in boost (or perhaps elsewhere) that support tree structures with any number of children?
When I looked a couple years ago, I found this one: http://www.aei.mpg.de/~peekas/tree/ It seems that the author thought about submitting it to boost, but never did. I asked him about releasing the code under the boost license, but he declined. [ The existing license is GPL ] -- -- Marshall Marshall Clow Idio Software mailto:marshall@idio.com It is by caffeine alone I set my mind in motion. It is by the beans of Java that thoughts acquire speed, the hands acquire shaking, the shaking becomes a warning. It is by caffeine alone I set my mind in motion.
participants (2)
-
Marshall Clow
-
Robert Dailey