Vector (a sequence container that encapsulates dynamic size arrays) implementation.
The project uses GoogleTest framework. Running tests is automated with GitHub Actions.
cd cpp_container
cmake -S. -Bbuild
cmake --build build
cd build
ctest
Vector (a sequence container that encapsulates dynamic size arrays) implementation.
The project uses GoogleTest framework. Running tests is automated with GitHub Actions.
cd cpp_container
cmake -S. -Bbuild
cmake --build build
cd build
ctest