Authors (team): Kostyantin Savorona
- cmake
- build-essentials
- google tests
mkdir build && cd build
cmake ..
make
There is a folder tests/ with tests coverage both for my_vector and my_array.
During this laboratory work, I get used to work with dynamic memory allocation, reviewed some common approaches on how to build different std::vector methods and reviewed generic programming patterns.