Data-Structures-and-Algorithms icon indicating copy to clipboard operation
Data-Structures-and-Algorithms copied to clipboard

Error in Data-Structures-and-Algorithms/blob/master/Arrays-Implementation/arrays/main.cpp

Open ascendho opened this issue 3 years ago • 0 comments

In Data-Structures-and-Algorithms/blob/master/Arrays-Implementation/arrays/main.cpp, the get method, I think that we should test index < totalNumbers rather than index < capacity. Here is a reference: https://www.geeksforgeeks.org/how-to-implement-our-own-vector-class-in-c/.

ascendho avatar Sep 26 '22 03:09 ascendho