Ankit152 / CPP-STL

A repository to understand C++ STL and use it in coding interviews and coding contests.
6 stars 13 forks source link
algorithms competitive-programming cpp cpp11 cpp14 cpp17 data-structures hacktoberfest hacktoberfest-accepted hacktoberfest2021 stl stl-algorithms stl-containers

C++ Standard Template Library

The C++ STL (Standard Template Library) is a powerful set of C++ template classes to provide general-purpose classes and functions with templates that implement many popular and commonly used algorithms and data structures like vectors, lists, queues, stacks, de-queues, priority queues.

At the core of the C++ Standard Template Library are following three well-structured components: