C++20 Project of tasks from SPR course at VSB-TUO, 2022 With C++11 variant of solution. Tested with "doctest.h", sometimes, once i used pytest a python script, morelikely i provide only some sample of inputs and outputs.
-cmake
for building project
-doctest
for testing of the tasks
sudo apt install cmake
cd build
cmake -DCMAKE_CXX=Clang -DCMAKE_BUILD_TYPE=Debug ../
make