Coder Social home page Coder Social logo

leetcode-practise's Introduction

leetcode-practise

LeetCode Practice Repository

Welcome to the LeetCode Practice Repository! This repository is designed to help you practice LeetCode problems and improve your coding skills. Whether you're a beginner or an experienced coder, this is a place where you can collaborate, learn, and contribute.

How to Contribute

We encourage contributions from the community to make this repository a valuable resource for everyone. Here's how you can contribute:

  1. Fork the Repository: Click the "Fork" button at the top right of this repository to create a copy in your GitHub account.

  2. Clone Your Fork: After forking, clone the repository to your local machine using the following command (replace <your-username> with your GitHub username):

    git clone https://github.com//leetcode-practice.git

  3. Choose a Problem: Pick a LeetCode problem you'd like to work on. If the problem doesn't exist in the repository, feel free to add it!

  4. Create a New Branch: Create a new branch for your work with a descriptive name. For example:

    git checkout -b add-two-sum

  5. Solve the Problem: Write your code to solve the chosen problem. Include comments and test cases if possible.

  6. Commit Your Changes: Commit your changes with a descriptive commit message:

    git commit -m "Add solution for Two Sum problem"

  7. Push Your Changes: Push your branch to your forked repository:

    git push origin add-two-sum

  8. Create a Pull Request: Go to the main repository and click the "New Pull Request" button. Provide a meaningful title and description for your pull request.

  9. Review and Discuss: Collaborate with the community through comments on your pull request. Make necessary revisions if requested.

  10. Merge Pull Request: Once your pull request is approved, it will be merged into the main repository.

Guidelines for Contributions

  • Please follow the Contributor Code of Conduct.

  • If you're adding a new problem, create a new folder with a clear problem name, and include the problem description, any related files, and your solution.

  • Ensure that your code is well-documented and follows best practices.

  • Test your code to make sure it works correctly.

  • If you're solving an existing problem, check if there's already a solution. If not, create a new file with your solution and follow a consistent naming convention.

Getting Help

If you have questions or need help with contributing, feel free to open an issue in this repository.

Happy Coding!

We hope this repository helps you in your coding journey. Happy coding and enjoy practicing LeetCode problems with the community!

leetcode-practise's People

Contributors

aasthapaudel avatar

Watchers

 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.