Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add programming interview challenges #11

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Write three progamming interview challenges
0 participants