STL Data Structures in C++

Underlying data structures used in STL:- It explicitly maps: vector → dynamic array array → static array deque → segmented array list → doubly linked list forward_list → singly linked list map/set family → red-black tree unordered_map → hash table priority_queue → heap #cpp #softwareengineering #embedded #systemdesign #designpatterns #programming #cleanarchitecture #cplusplus #embeddedsoftware #coding

  • diagram

To view or add a comment, sign in

Explore content categories