"The only way to do great work is to love what you do." -Steve Jobs
This repository contains my solutions to various Leetcode problems. Below is a table listing all the problems, along with their tags, difficulty level, and a checkbox for you to mark if you've solved the problem.
Feel free to fork this repository and contribute by adding more problems or improving the existing solutions.
| ... | ... | ... | ... | [ ] |
- Clone the repository:
git clone https://github.com/yourusername/leetcode-solutions.git
- Navigate to the directory:
cd leetcode-solutions
- Create a new branch:
git checkout -b new-branch
- Add your solutions:
- Commit your changes:
git commit -am "Added solutions to problem 1 and problem 2"
- Push to the branch:
git push origin new-branch
- Submit a pull request
- Star the repository
- Relax and wait for your PR to be merged
- Celebrate - you've done your part! 🎉