Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 565 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 565 Bytes

Leetcode-360-days-

I'll solve Leetcode Practice Problem in this repo with simple and effective approach.

  • Questions Folder include questions for each day
  • Answers Folder include your solutions to the problems inside the folder of yourusername

Steps

  1. Fork this repository
  2. Read Questions in the questions folder
  3. Make a new folder with your username in answers
  4. Add your answer in your folder, like for Day1 - Question-1 the answer file would be Day1/question1.py
  5. Commit Changes
  6. Open a pull request for all the changes you've made.