irgolic / AutoPR-template

Prompt pull request with issues with this AutoPR quickstart template.
https://github.com/irgolic/AutoPR
5 stars 8 forks source link

Add programming interview challenges #11

Open github-actions[bot] opened 1 year ago

github-actions[bot] commented 1 year ago

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