The files in this directory are the source code for all examples in D.R. Musser, G.J. Derge, and Atul Saini, STL Tutorial and Reference Guide, Second Edition: C++ Programming with the Standard ...
STL stands for standard template library. It is a set of template classes that provides many basic algorithms or containers. Algorithms can be defined as procedures that are applied to the containers.