This PR adds three programming interview challenges: easy, medium, and hard. Each challenge has its own folder within the new programming_interview folder. Each folder contains a markdown document describing the task and a Python file with tests to verify the correctness of the proposed solution.
The users are expected to write their answers in a file called solution.py within each challenge folder.
This PR adds three programming interview challenges: easy, medium, and hard. Each challenge has its own folder within the new
programming_interview
folder. Each folder contains a markdown document describing the task and a Python file with tests to verify the correctness of the proposed solution.The users are expected to write their answers in a file called
solution.py
within each challenge folder.Closes #10