Why is there no tree container in C++STL? Please let me know what I can use instead

Asked 1 years ago, Updated 1 years ago, 83 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?

c++ stl tree

2022-09-21 16:09

1 Answers

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.