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
My custom implementation of std::vector STL container. Used GoogleTest framework for unit tests via Github Actions. Project configured by CMake
C++
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