Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 592 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 592 Bytes

This is a collection of Python scripts which solve the 5 problems posed by Santiago Valdarrama on his blog.

Each question is implemented as a single Python file containing a single function (except for Question 1, where three variants are requested) that returns the required result.

There is also a set of tests included for verifying the solutions - test cases are constructed based on problem statements, Santiago's examples, as well as my own intuition.