vote up 0 vote down star

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

http://stackoverflow.com/questions/205945

flag

closed as exact duplicate by yesraaj Nov 25 '08 at 6:52

2 Answers

vote up 2 vote down

Check this question.

link|flag
vote up 0 vote down

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

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.