I'll solve Leetcode Practice Problem in this repo with simple and effective approach.
Questions
Folder include questions for each dayAnswers
Folder include your solutions to the problems inside the folder of yourusername
- Fork this repository
- Read Questions in the
questions
folder - Make a new folder with your username in
answers
- Add your answer in your folder, like for Day1 - Question-1 the answer file would be
Day1/question1.py
- Commit Changes
- Open a pull request for all the changes you've made.