Skip to content

Arrays and Vectors

Lecture date: Wednesday, September 04, 2019

Synopsis

Arrays… you gotta love them. No need for a lecture video for this. Note that C++ has a vector class, and it is pretty efficient.

  • Competitive Programming sections 2.1 and 2.2

Problem