Giter Site home page Giter Site logo

hacktoberfest2023-java's Introduction

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.

hacktoberfest2023-java's People

Contributors

vishwas2 avatar pakeetharan avatar kaloioanness avatar gulatikeshav avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.