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

Kaloioanness/Hacktoberfest2023

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

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