Put them in a new programming_interview folder.
Make an easy one, a medium one, and a hard one. For each include a markdown document describing the task, and a python file with tests verifying correctness of the solution. Expect the user to write their answers in a file called solution.py in the same directory.
Put them in a new
programming_interview
folder. Make an easy one, a medium one, and a hard one. For each include a markdown document describing the task, and a python file with tests verifying correctness of the solution. Expect the user to write their answers in a file calledsolution.py
in the same directory.