Skip to content
/ leetcode Public

This repository is a collection of solutions to various LeetCode problems, implemented in Python.

Notifications You must be signed in to change notification settings

ab4io/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This repository is a collection of solutions to various LeetCode problems, implemented in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages