Skip to content

Latest commit

 

History

History
131 lines (112 loc) · 14.4 KB

README.md

File metadata and controls

131 lines (112 loc) · 14.4 KB

Leetcode-Solutions

Python LeetCode Static Badge Static Badge

Description

This repository is a collection of Python solutions to various LeetCode problems, designed to:

  • Enhance problem-solving skills.
  • Prepare for technical interviews.
  • Explore different approaches to solve the same problem in an optimal way.
  • Deep dive into data structures and algorithm and consolidate each uses of them.

Features

  • Clear and concise code: Solutions prioritize clarity and readability, making them easy to understand and learn from. Detailed explanations: Comments within the code provide explanations for specific logic and solutions.
  • Modular structure: Solutions are organized in a well-structured manner, promoting code maintainability and reusability.
  • Efficiency considerations: Solutions often explore trade-offs between time and space complexity to enhance their performance.

Usage

  • This repository can be used as a personal index to collect your LeetCode solutions. It's a great way to track your progress, revisit solutions for reference, and solidify your understanding of common problem-solving patterns.

Contribution Guidelines:

  • Feel free to submit pull requests for new or improved solutions.
  • Improve code and comments readability.
  • Clarify comments within the code to explain the logic.

License

  • This project is licensed under the MIT License - see the LICENSE file for details.

Solved Problems

Static Badge

Static Badge

Static Badge