Home | Projects | Notes > C++ Programming > Introduction to Standard Template Library

Introduction to Standard Template Library

 

What is STL?

 

Why Use STL?

 

Elements of the STL

Example

 

Types of Containers

 

Types of Iterators

 

Types of Algorithms

There are about 60 algorithms in the STL. Depending on whether an algorithm modifies the sequence it operates on, they can be classified into two groups: