We are happy to welcome all the contributions from anyone willing to improve this project.
Thank you for helping out and remember, no contribution is too small.
- Add only the problems which have been a part of Daily LeetCode Challenge for 2022.
- Update the README as per your question.
- Add any problem if it is not present in the folder.
- Code must be
written in C++
and should be saved with theextension .cpp
. - If any problem is Important in perspective of an interview, mark it as 💡
- Add the approach with proper comments, along with its Time and Space Complexity.
- Use Braces from the next line.
- Add the explanation of the problem if it is not there.
👻 Now, Follow these steps :-
Fork this Repository. This will create a Local Copy of this Repository on your Github Profile. Keep a reference to the original project in upstream remote.
$ git clone https://github.com/<your-username>/LeetCode-Grind
$ cd LeetCode-Grind
$ git remote add upstream https://github.com/utkarsh006/LeetCode-Grind
Create a new branch. Use its name to identify the issue your addressing.
It will create a new branch with name Branch_Name and switch to that branch.
$ git checkout -b branch_name
Work on the issue(s) assigned to you.
Add all the files/folders needed.
After you've made changes or made your contribution to the project add changes to the branch you've just created by:
To add all new files to branch Branch_Name
$ git add .
This message get associated with all files you have changed
$ git commit -m "message"
To push your work to your remote repository
$ git push -u origin Branch_Name
-
Go to your repository in browser and click on compare and pull requests. Then add a title and description to your pull request that explains your contribution.
-
Yahoo ! Your Pull Request has been submitted and will be reviewed by the moderators and merged.🥳
Heya! Don't Worry 😇
It always takes time to understand and learn. So, do not worry at all. We know you have got this!💪