5. C++ STL #

Created Thursday 06 February 2020

A library that provides:

  1. Containers - data structures
  2. Algorithms - sort, swap, fill, none_of etc.

Resources for STL:

  1. STL in one video, quick
  2. STL playlist, for CP
  3. STL playlist, in detail Didn’t do.

FIXME - have to write down about the structures