0
C++ Vectors
I failing to understand vectors l mean the whole topic
2 ответов
+ 5
Vector is essentially a dynamic array that can automatically resize itself and supports efficient element access, insertion, and deletion operations.
Just assume it's a better version of array.
0
Accessing and insertion l understand it but deletion it's shaking me a lot