My implementation of the standard template library containers:
Run the following commands starting at the root of the repository:
mkdir build
cd build
cmake ..
make
This will result in two executables being built at the root of the repository:
- containers, which is the executable built using the library and the provided main.cpp file.
- Google_Test_run, which is the executable built using the library and the provided tests in the tests folder.