Skip to content

Commit a811ac2

Browse files
Readme
1 parent 1f6d124 commit a811ac2

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,20 @@ This repository contains **Python solutions** to various **Leetcode problems**,
1616
---
1717

1818
## 🔍 Topics Covered
19-
1. **Searching**:
19+
1. **Searching and Sorting**:
2020
- Binary Search
21-
- Linear Search
22-
2. **Sorting**:
23-
- Quick Sort
24-
- Merge Sort
25-
- Bubble Sort
26-
3. **Arrays**:
21+
- Linear Search
22+
- Tim Sort
23+
- Quick Sort
24+
2. **Arrays and Strings**:
2725
- Two-pointer technique
2826
- Sliding Window
2927
- Subarray problems
30-
4. **Linked Lists**:
28+
3. **Linked Lists**:
3129
- Reversal
3230
- Cycle Detection
3331
- Merge Linked Lists
34-
5. **More**:
32+
4. **More**:
3533
- Dynamic Programming
3634
- Greedy Algorithms
3735
- Tree and Graph Traversal

0 commit comments

Comments
 (0)