is there corresponding class in C++ as TreeMap in Java? thanks
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I think an STL map might be what you want. Its implementation might be different; I believe it's based on a red-black tree. |
|||||||
|