Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest LeetCode Solutions Repository

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.

What is Hacktoberfest?

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.

How to Contribute

Contributing to this repository is easy. Here's how you can get started:

  1. Fork this repository by clicking the "Fork" button at the top right of this page.

  2. Clone your forked repository to your local machine.

    git clone https://github.com/iVaR-eDoCeD/hacktober-leet-code.git
  3. Create Folder Create a new folder in the local forked repository, name the folder in this format [ProblemNumber_ProblemName] Example: 1_TwoSums

  4. Inside the folder add your solutions in any programming language you want.

  5. 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
  6. 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

  7. Sync Dont forget to sync changes everyday before you start editing the repo.

Contribution Guidelines :

* 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.

Get Started

Ready to start contributing? Let's make Hacktoberfest 2023 a great success together! Happy coding!

alt logo

NOTE :

This repository is for educational purposes, and it's important to respect LeetCode's terms and conditions when using this code.