Why is there no tree container in C++STL? Please let me know what I can use instead
Asked 2 years ago, Updated 2 years ago, 92 views
We need a hierarchy of trees, not for performance.
I looked it up to see if it was in STL, but it wasn't there.
Why doesn't C++STL have tree container? tree is useful.
Can anyone tell me if there's anything I can use instead?