This PR adds the necessary files and updates the README.md file to create programming interview challenges. It includes the following changes:
Added a new section in README.md to describe the programming_interview directory and its purpose.
Created markdown files for the easy, medium, and hard challenges, with descriptions of each challenge and instructions for writing solutions in solution.py.
Created Python test files for each challenge to verify the correctness of the solutions.
Summary of Changes
Added a new section in README.md to describe the programming_interview directory and its purpose.
Created programming_interview/easy_challenge.md with the description of the easy challenge.
Created programming_interview/medium_challenge.md with the description of the medium challenge.
Created programming_interview/hard_challenge.md with the description of the hard challenge.
Created programming_interview/test_easy.py with tests for the easy challenge.
Created programming_interview/test_medium.py with tests for the medium challenge.
Created programming_interview/test_hard.py with tests for the hard challenge.
Fixes #1.
To checkout this PR branch, run the following command in your terminal:
To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.
Description
This PR adds the necessary files and updates the README.md file to create programming interview challenges. It includes the following changes:
programming_interview
directory and its purpose.solution.py
.Summary of Changes
programming_interview
directory and its purpose.programming_interview/easy_challenge.md
with the description of the easy challenge.programming_interview/medium_challenge.md
with the description of the medium challenge.programming_interview/hard_challenge.md
with the description of the hard challenge.programming_interview/test_easy.py
with tests for the easy challenge.programming_interview/test_medium.py
with tests for the medium challenge.programming_interview/test_hard.py
with tests for the hard challenge.Fixes #1.
To checkout this PR branch, run the following command in your terminal:
To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.