A project where I implemented a vector data structure and performed basic sorting operation on it
The data pushed into the vectors is hardcoded into the program. The point of this project was to implement the vector data structure and demonstrate my insertionSort and quickSort functions.