Standard Template Library
Standard Template Library (STL)is a software library of c++. This library consists of a lot of useful components. All the classes, that are part of STL can be divided in four categories : containers,algorithms, functional, and iterators.