These are completed projects for the tasks of the BMTP subject. Only solutions for the third option have been written to familiarize and study the algorithms.
Each internal directory has just a code for solving the problem. You need:
- Create a new project independently in any IDE and copy all the code into it;
- Or, in the console, write commands for assembling like:
g++ -Wall -c nameCode.cpp
g++ -no-pie -o nameProgramm nameCode.o
Kalynovsky Valentin |
|