This project, developed as part of the Advanced Programming course in the Sophomore year, focuses on handling requests from multiple clients with different problems and providing them with solutions from the cache or local disk file. It practices problem-solving and the use of appropriate design patterns to solve the problem, using the Bridge design pattern.
These instructions will help you set up the project on your local machine for development and testing purposes.
- Operating System: Linux Ubuntu
- Git repository files
- Matrices representing the problems (attached)
- Python code to run in the terminal
- CLion IDE
Eitan Ker, Meni Ashurov
This project is licensed under the Bar-Ilan University license.
We would like to acknowledge StackOverflow, which inspired us when encountering a problem in the code and using code from there.