Comment on What are the lesser known but cool data structures?parentComments−scott_s16yI was under the impression that most balanced binary trees were red-black trees. I know most C++ STL std::map implementations are red-black trees, as is Java's TreeMap.
Comments
I was under the impression that most balanced binary trees were red-black trees. I know most C++ STL std::map implementations are red-black trees, as is Java's TreeMap.