Skip to content

Commit f173fe5

Browse files
README
1 parent 52e0bf4 commit f173fe5

File tree

1 file changed

+40
-2
lines changed

1 file changed

+40
-2
lines changed

README.md

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,40 @@
1-
# Leetcode-Questions
2-
Some random leetcode question solved using python.
1+
# Leetcode-Questions
2+
3+
## 📌 Project Overview
4+
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.
5+
6+
---
7+
8+
## 🚀 Key Features
9+
- **Python-Based**: All solutions are implemented in Python, a popular language for coding interviews.
10+
- **Efficient Algorithms**: Focus on optimal time and space complexity.
11+
- **Easy to Understand**: Solutions are well-commented and explained for clarity.
12+
13+
---
14+
15+
## 🔍 Topics Covered
16+
1. **Searching**:
17+
- Binary Search
18+
- Linear Search
19+
2. **Sorting**:
20+
- Quick Sort
21+
- Merge Sort
22+
- Bubble Sort
23+
3. **Arrays**:
24+
- Two-pointer technique
25+
- Sliding Window
26+
- Subarray problems
27+
4. **Linked Lists**:
28+
- Reversal
29+
- Cycle Detection
30+
- Merge Linked Lists
31+
5. **More**:
32+
- Dynamic Programming
33+
- Greedy Algorithms
34+
- Tree and Graph Traversal
35+
36+
---
37+
38+
## 🛠 Usage
39+
### Dependencies
40+
- Python 3.8+

0 commit comments

Comments
 (0)