Search Results

4
votes

What’s a good and stable C++ tree implementation?

Take a look at this. The tree.hh library for C++ provides an STL-like container class for n-ary trees, templated over the da …