Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 259 Bytes

File metadata and controls

2 lines (2 loc) · 259 Bytes

Standard_template_library

The STL or Standard Template Library 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.