An implementation of the C++ Standard Library's vector, stack and map containers.
if you want to try it out, simply clone this repository and execute the following commands:
makeYou will then find two executables at the root of the repository:
containers-ftcontains all the tests for this implementationcontainers-stlcontains all the tests for the official STL implementation
To use these tests, execute each in a different terminal window with the same seed (a random number of your choice), and compare the output.
This repository is released under the MIT License.