Skip to content

Shriram-11/Leetcode_solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

115 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode_solutions

Welcome to my LeetCode Python Solutions repository! Here, you'll find my solutions to various LeetCode problems, organized by question number and name.

Introduction

This repository contains Python solutions to LeetCode problems. Each solution is organized in a dedicated folder, named according to the question number and name.

Feel free to explore, learn, and contribute to the repository. If you have a better or more optimized solution, don't hesitate to share it!

Folder Structure

The solutions are organized in the following structure:

/QuestionNumber_QuestionName
    ├── solution.py
    └── README.md
  • QuestionNumber: The LeetCode question number.
  • QuestionName: The LeetCode question name.
  • solution.py: Python file containing the solution code.
  • README.md: Detailed explanation of the problem and the solution approach.

Usage

You can navigate to the specific question folder to find the Python solution. Each folder contains a solution.py file with the code and a README.md file providing a detailed explanation of the problem and the approach used.

Feel free to clone or fork this repository to access the solutions.

Contributing

If you'd like to contribute by adding new solutions, improving existing ones, or fixing issues, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them with a clear message.
  4. Push your changes to your fork.
  5. Create a pull request.

Your contributions are highly welcome!

Happy coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages