C++ Standard Template Library
The Standard Template Library (STL) is a set of C++ template classes to provide common programming data structures and functions such as lists, stacks, arrays, etc. It is a library of container classes, algorithms and iterators. It is a generalized library and so, its components are parameterized. A working knowledge of template classes is a prerequisite for working with STL.
Time
20 hours
Number of tasks
67
Reward
Certificate
Upon successful completion of this course, participants will be able to:
- Use STL collection classes and iterators to implement real-world data storage needs.
- Use the key algorithms provided in the STL to quickly develop efficient solutions.
- Extend the STL with their own generic collection classes and algorithms.