Data structures in c++ stl

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
Are there any built-in data structures for avl trees in c++ standard template library?

No.
What sort of data structures are supported in stl?

http://www.cplusplus.com/reference/stl/
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
Topic archived. No new replies allowed.