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