Welcome to the Hacktoberfest LeetCode Solutions repository! This is a community-driven project where developers can contribute their solutions to various LeetCode problems. Whether you're a beginner looking to learn or an experienced coder wanting to share your knowledge, we invite you to participate in this open-source initiative.
Hacktoberfest is an annual event hosted by DigitalOcean that encourages contributions to open-source projects. By participating, you can earn cool swag and celebrate the open-source community.
Contributing to this repository is easy. Here's how you can get started:
-
Fork this repository by clicking the "Fork" button at the top right of this page.
-
Clone your forked repository to your local machine.
git clone https://github.com/iVaR-eDoCeD/hacktober-leet-code.git
-
Create Folder Create a new folder in the local forked repository, name the folder in this format [ProblemNumber_ProblemName] Example: 1_TwoSums
-
Inside the folder add your solutions in any programming language you want.
-
Commit your changes to your github repository by using the following commands
git add .commit -m "In this quotes write the changes you made so i can understand your contribution"Example : commit -m "Problem 1 solution's"
git push
-
Create a pull request (PR) to merge your changes into the main repository. Please provide a clear and concise title and description for your PR.
How To Create A Pull Request
Youtube -
Sync Dont forget to sync changes everyday before you start editing the repo.
* Ensure your code is correct and efficient.
* Include comments explaining your code logic.
* Mention the LeetCode problem number and a brief description in your code file.
* Make sure if the problem is already solved then you can try adding changes like writing it in a different language.
Ready to start contributing? Let's make Hacktoberfest 2023 a great success together! Happy coding!
This repository is for educational purposes, and it's important to respect LeetCode's terms and conditions when using this code.
