LeetCode is one of the most well-known online judge platforms that you can use to practice your programming skills by solving coding questions. It has over 1,100 different problems, support for over 18 programming languages, and an active community that is always there to help you with the solutions you come up with. If your intention is to hone your coding skills, then this online judge platform is one of the best that you can use.
Most of LeetCode’s content is free, but LeetCode Premium enhances all of its positives by granting you access to things like access to premium problems and solutions, access to a built-in debugger, an autocomplete function, and interview simulations with feedback. It also makes it even more effective if you’re using it to prepare for technical interviews, as it grants you access to company-specific programming questions that you can use to have a better grasp of what you can expect from the questions you’ll face in interviews with companies like Google, Facebook, and Microsoft, making it the ideal online judge to use if your sights are set on one of these FAANG companies
Respond to my issues or create your own issue with a problem statement I will assign you with the issue
Fork this repository
git clone https://github.com/<your_github_user_name>/Leet_Code.git cd Leet_Code
git remote add upstream https://github.com/souvikg544/Leet_Code.git
git remote -v
git pull upstream master
create a new branch so that you can upload the code
git checkout -b <your_branch_name>
Make relavent changes Leet_Code Folder You can do the analysis in a platform of your choice - kaggle , colab or your local machine .
git add .
git commit -m "commit message"
git push -u origin <your_branch_name_entered_before>
To create a pull request, click on `compare and pull requests. Please ensure you compare your feature branch to the desired branch of the repo you are supposed to make a PR to.
Add an appropriate title and description to your pull request explaining your changes and efforts.
Click on Create Pull Request
now you have successfully created a pull request
Make a pull request with a problem that you have solved
Wait for me to merge and accept the pull request . This repository gives solution to the Leetcode Problems.
Hacktoberfest22 Go through the file CONTRIBUTING.md to know more Make some nice set of pull requests and enjoy with your reward kits. Btw hacktoberfest t shirts are quite good 😉.