- The leetcode problems must be solved in Java.
- Properfy name the files (for example if you solve the problem Two Sum, then the file should be named Two_Sum.java and put inside easy difficulty folder).
- Write proper commit messages
- Ask for permission before solving a question
- Do NOT remove other content
- Fork this repo (button on top)
- Clone on your local machine
git clone https://github.com/Vishwas2/Hacktoberfest2023.git
- Navigate to project directory.
git checkout -b my-new-branch
git commit -m "Relevant message"
git push origin my-new-branch
- Create a new pull request from your forked repository