freeCodeCamp/guide/english/cplusplus/stl-algorithms/index.md

560 B

title
STL Algorithms

STL Algorithms

STL stands for Standard Template Library. It consists various containers like Vectors,Stack,Queue etc. It also consists of some commonly used algorithms like sorting,count etc. The below image shows the quick outline of STL. We will discuss the algorithms part.

STL Outlook

References:

  1. GeeksForGeeks - STL Tutorial
  2. Alibaba Cloud - Quick STL Tutorial