Repository for the first homework of Algorithmic Methods for Data Mining @Sapienza
In this repository there are two files and one directory. The two main files are:
- challenges.pdf holding the screenshots (as a single pdf) of the Hackerrank submission webpage. This is for both the first and the second problem.
- scripts_p1.py holding the solutions to the challenges for the first problem. Pieces of code are preceded by a line of comment with the title of the specific challenge they solve. The vast majority of the challenges for problem 1 were solved.
problem2_scripts is a directory holding the single Python files with the solutions to the challenges of the second problem. These solutions are in general a bit more commented than the scripts of problem 1. The Recursive Digit Sum challenge is the only one not (completely) solved for what concerns the second problem.