Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Commit 65f6655

Browse files
committed
updated README
1 parent 5522edd commit 65f6655

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,34 @@
11
# Leetcode75
22
- Ace Coding Interview with 75 Qs
33
- 75 essential & trending problems
4+
- 22 different topics
45
- Must do problem list for interview prep
56

7+
### Topics
8+
1. Array / String (9 problems)
9+
2. Two Pointers (4 problems)
10+
3. Sliding Window (4 problems)
11+
4. Prefix Sum (2 problems)
12+
5. Hash Map / Set (4 problems)
13+
6. Stack (3 problems)
14+
7. Queue (2 problems)
15+
8. Linked List (4 problems)
16+
9. Binary Tree - DFS (6 problems)
17+
10. Binary Tree - BFS (2 problems)
18+
11. Binary Search Tree (2 problems)
19+
12. Graph - DFS (4 problems)
20+
13. Graph - BFS (2 problems)
21+
14. Heap / Priority Queue (4 problems)
22+
15. Binary Search (4 problems)
23+
16. Backtracking (2 problems)
24+
17. DP - 1D (4 problems)
25+
18. DP - Multidimensional (4 problems)
26+
19. Bit Manipulation (3 problems)
27+
20. Trie (2 problems)
28+
21. Intervals (2 problems)
29+
22. Monotonic Stack (2 problems)
30+
31+
632
### Language used in solutions
733
- Java
834
- Python3

0 commit comments

Comments
 (0)