Algorithms and Data Structures (API) project 2022/23 at Politecnico di Milano. Professor: Barenghi Alessandro.
- Practical application of the techniques learned in the algorithms module e data structures of the algorithms and principles of computer science course
- Implementing a solution to a problem by paying attention to concrete aspects of code efficiency
- C language (C11, VLA allowed)
- No external libraries beyond the C standard library
- No multithreading
- Input data received via stdin, results to be provided via stdout
The problem statement can be found here. The problem.pdf document was given to me by my professor.