tags:

views:

1883

answers:

2

Does stl in c++ have tree data structure.If not any c++ implementation for tree structure?

http://stackoverflow.com/questions/205945

+2  A: 

Check this question.

Firas Assaad
A: 

I've used this before tree.hh: an STL-like C++ tree class

Richard Harrison