Open main menu

CDOT Wiki β

Changes

Team Hortons

18 bytes removed, 13:38, 1 October 2017
Standard Template Library
== Introduction: The Standard Template Library ==
The Standard Template Library (STL) for C++ is a library that provides a set of classes and functions for C++, like iterators and vectors. The STL is divided in four parts: algorithms, containers, functors, and iterators. For this project, we will focus on the ''algorithms'' library.