<<< Example of STL swap algorithm | Index | std::stack >>> |
STL containers replicate behavior of data structures commonly used in programming:
dynamic string
dynamic array: vector
heap: priority_queue
linked list
tree: set
associative array: map
<<< Example of STL swap algorithm | Index | std::stack >>> |