A couple of exercises in Cpp to train some basic concepts
Just use gcc compiler, this program is compatible with Windows, linux and MacOS.
g++ main.cpp menu.cpp bigo.cpp essentials.cpp bigofunctions.cpp
A menu that will contain couple of options to find code examples of some programming problems, you can easily navigate through the menu using w a s d buttons.
The first section of this study project is some explatation and some examples of all the types of algorithms complexyties.
If you want to see the examples go to the bigofunctions.cpp file, and you will see all the functions.
Executing the program you have a small explanation of each one of them.