Arrays and Vectors
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.
Recommended Reading
- Geeksforgeeks Vectors in CPP Page
- Competitive Programming chapter 2, first sections.