This is the 7th project for the Python path of Openclassrooms. The goal is to design two algorithms that will maximize clients profits after two years of investment:
- Bruteforce version
- Optimized version
The algorithms must suggest a list of the most profit-yielding shares we should buy while it complies with the following limitations:
- Each share can only be bought once.
- We cannot buy a fraction of a share.
- We can spend at most 500 euros per client.
- Python version 3.9.5 or higher must be installed.
- Open your terminal
- Navigate to the directory that contains the main.py
- Run the command:
python main.py
- Follow the instructions
- The program will create folders and files automatically
- Python version 3.9.5