Skip to content

This is for Hacktoberfest 2023. Don't forget to give us a ⭐

Notifications You must be signed in to change notification settings

gulatikeshav/Hacktoberfest2023-Java

 
 

Repository files navigation

Hacktoberfest2023

This is for Hacktoberfest 2023. Don't forget to give us a ⭐


  1. Solve any leetcode problem and ensure it isn't solved already. Write the question before solving the problem in the comments.
  2. The problem should only be solved in Java.
  3. Put your solution in the appropriate folder(for example if you have solved a medium question then put it in the medium difficulty folder).
  4. Don't remove other content.
  5. If someone has given the wrong answer and you want to improve it, you can do it.
  6. You can also improve the documentation if you want.

Getting Started 🤩🤗:

  • Fork this repo (button on top)
  • Clone on your local machine
git clone https://github.com/Vishwas2/Hacktoberfest2023.git
  • Navigate to project directory.
cd Hacktoberfest2023
  • Create a new Branch
git checkout -b my-new-branch
  • Add
git add .
  • Commit your changes.
git commit -m "Relevant message"
  • Then push
git push origin my-new-branch
  • Create a new pull request from your forked repository

Contribution Guidelines:

  1. Write your solutions in Java.
  2. Properly name your files. For example, if you solve the problem "Two Sum," name the file Two_Sum.java and place it inside the appropriate difficulty folder.
  3. Include test cases with your solutions (if needed).
  4. Follow coding standards and maintain a clean, readable codebase.
  5. Ensure your code is well-documented with comments.

About

This is for Hacktoberfest 2023. Don't forget to give us a ⭐

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%