#vector
Read more stories on Hashnode
Articles with this tag
Vectors are dynamic arrays that can resize themselves automatically whenever an element is added or deleted. Vectors require more memory than arrays...