Code Monkey home page Code Monkey logo

leetcode's Introduction

LeetCode Solutions in Python

Welcome to the LeetCode Solutions in Python repository! This repository aims to provide solutions to LeetCode problems using Python. It is open to contributions from the community, and we encourage you to get involved.

How to Contribute: Step-by-Step

To contribute to this repository, follow these steps:

  1. Fork the repository to your GitHub account by clicking on the "Fork" button at the top right corner of the repository page.

  2. Clone the forked repository to your local machine using the following command:

    git clone https://github.com/your-username/LeetCode-Solutions-Python.git
    
  3. Create a new branch for your contribution:

    git checkout -b your-branch-name
    ```
    
    
  4. Make the desired changes or additions to the codebase.

  5. Test your code to ensure that it works correctly and does not introduce any new issues.

  6. Commit your changes with a descriptive commit message:

    git commit -m "Add new solution for LeetCode problem XYZ"
    ```
    
    
  7. Push your changes to your forked repository:

    git push origin your-branch-name
    ```
    
    
  8. Go to the forked repository on GitHub and create a pull request by clicking on the "New Pull Request" button.

  9. Provide a clear title and description for your pull request, explaining the changes you have made.

  10. Submit the pull request, and it will be reviewed immediately by the repository maintainers.

Code Style Guidelines

To maintain consistency, please follow these code style guidelines when contributing:

  • Use meaningful variable and function names.
  • Write clear and concise comments to explain the code logic.
  • Follow PEP 8 guidelines for formatting Python code.

leetcode's People

Contributors

ab4io avatar

Stargazers

Muluken Zewge avatar  avatar  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.