Skip to content

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.

Notifications You must be signed in to change notification settings

Yash-srivastav16/Cpp-STL-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Cpp-STL-Notes

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.

STL has four major components:

  • Containers
  • Iterators
  • Algorithms
  • Function objects

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published