Back to C++ Programming

Advanced STL & Algorithms

Explore container adaptors, more associative containers, and advanced algorithms.

2 weeks

Topics in this Chapter

1

Container Adaptors (stack, queue, priority_queue)

Use stack (LIFO), queue (FIFO), and priority_queue for specific data access patterns.

2

Functors (Function Objects)

Create objects that can be called like functions, for use with STL algorithms.

GeekDost - Roadmaps & Snippets for Developers