Skip to content

Samuel2143/Leetcode-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Java leetcode solutions

This repository contains my solutions to various Java programming problems from LeetCode. I regularly update the repository with new problems and their corresponding solutions as I solve them.

Table of contents

About

LeetCode is a popular platform for practicing coding problems, and this repository serves as a collection of my Java solutions to these problems. You can use this repository to refer while you solve your leetcode problems, and the solution is provided in Java.

How to use

  1. Browse Problems:

    • Problems will be organized based on the name of the leetcode problems.
    • Navigate to the specific problem to find the Java solution.
  2. Download/Clone:

    • Clone to this repository to your local machine using the following command:
    git clone https://github.com/Samuel2143/Java-problems.git
    
  3. Run solutions:

    • Open the Java file in your preferred IDE or text editor.
    • Compile and run the Java file to see the solution in action.
  4. Contribute:

    • If you have a different or more optimized solution, feel free to contribute!
    • Follow the Contributing Guidelines for details on how to contribute.

Contributing

Contributions are always welcome! Here's how you can contribute:

  1. Fork the repository.

  2. Create a new branch with a meaningful name:

     git checkout -b feature/your-feature-name
    
  3. Make your changes and commit them:

     git commit -m "Add your feature description"
    
  4. Push to your branch:

     git push origin feature/your-feature-name
    
  5. Open a pull request.

    Happy Coding! πŸš€

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages