Day 07 of 100 days of Code: C++ Standard Template Library (STL)

Day 07 of 100 days of Code: C++ Standard Template Library (STL)

Today I understood about the C++ STL or the Standard Template Library

C++ STL has 4 components:

  • Algorithms

  • Functions

  • Containers

  • Iterators

Out of which I did containers which have a lot different kinds like vectors, list, deque, maps etc and the iterator iterators through these values

I found Algorithms to be slightly confusing and I will revise this again.

Functions aren't used as much so I did skip that but will go through if needed.

Anyways Keep Coding #Noobcodergang