Arrays and Vectors¶
Lecture date: Wednesday, September 04, 2019Synopsis¶
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.
Recommended Reading¶
- Competitive Programming sections 2.1 and 2.2