https://github.com/headless-start/leetcode-python-solutions
This repository contains Python solutions to various Leetcode problems.
https://github.com/headless-start/leetcode-python-solutions
arraylist backtracking dynamic-programming greedy-algorithms hashmap hashsets leetcode-python linked-list loops python3 queue recursion stack tree-structure
Last synced: 9 months ago
JSON representation
This repository contains Python solutions to various Leetcode problems.
- Host: GitHub
- URL: https://github.com/headless-start/leetcode-python-solutions
- Owner: headless-start
- License: mit
- Created: 2025-01-10T04:46:37.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-02-25T14:23:31.000Z (10 months ago)
- Last Synced: 2025-02-25T15:28:27.078Z (10 months ago)
- Topics: arraylist, backtracking, dynamic-programming, greedy-algorithms, hashmap, hashsets, leetcode-python, linked-list, loops, python3, queue, recursion, stack, tree-structure
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Random Leetcode Questions
## 📌 Project Overview
This repository contains **Python solutions** to various **Leetcode problems**, covering a wide range of topics such as searching, sorting, arrays, linked lists, and more. Each solution is designed to be efficient and easy to understand, making it a great resource for practicing coding interview questions.
---
## 🚀 Key Features
1. **Python-Based**:
- All solutions are implemented in Python, a popular language for coding interviews.
2. **Efficient Algorithms**:
- Focus on optimal time and space complexity.
3. **Easy to Understand**:
- Solutions are well-commented and explained for clarity.
---
## 🔍 Topics Covered
1. **Searching and Sorting**:
- Binary Search
- Linear Search
- Tim Sort
- Quick Sort
2. **Arrays and Strings**:
- Two-pointer technique
- Sliding Window
- Subarray problems
3. **Linked Lists**:
- Reversal
- Cycle Detection
- Merge Linked Lists
4. **More**:
- Dynamic Programming
- Greedy Algorithms
- Tree and Graph Traversal
---
## 🛠 System Requirements
### Dependencies
- Python 3.8+
---
## 📄 License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.