Partial implementation of STL Vector
See https://en.cppreference.com/w/cpp/container/vector.html for additional references on functions.
./runit.shwill compile and run the project.
run-full.sh will compile and run the project AND check formatting, memory leaks, etc.
Run the below command to generate the output.txt file before turning in the assignment.
./run-full.sh > output.txt 2>&1