Standard Template Library or STL are a set of versatile tools in C++. These enable us to write a quick, efficient and generic code in C++. STL consists of Containers, Iterators, Algorithms and Functors.
In this course we start with Sequence Containers and then move to associative containers, and different algorithms defined in STL.