Are there any built-in data structures for avl trees in c++ standard template library? What sort of data structures are supported in stl?
Last edited on
no i dont think . we have Binary tree BST and heap that create on array.
all associative containers built on Binary tree.
Last edited on