Skip to content

bchairez4/data-structure-vector-pointer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

data-structure-vector-pointer

Created by Brian Chairez

This C++ project consists of implementing the std::vector data structure using dynamic arrays utilizing raw pointers. Vectors are known as dynamic arrays for their ability to grow and shrink in size unlike traditional arrays that are bound by it's initialized size. Memory management is handled internally using "new" and "delete".

About

Emulating the std::vector data structure using dynamic arrays utilizing raw pointers.

Topics

Resources

Stars

Watchers

Forks

Languages