Skip to content

Latest commit

 

History

History
113 lines (79 loc) · 4.19 KB

most-asked-techniques.md

File metadata and controls

113 lines (79 loc) · 4.19 KB

Most Commonly Asked LeetCode Techniques

1️⃣ Sliding Window


2️⃣ Two Pointers


3️⃣ Hashing (HashMap / HashSet)


4️⃣ Prefix Sum


5️⃣ Binary Search


6️⃣ Dynamic Programming (DP)


7️⃣ Backtracking


8️⃣ Bit Manipulation


9️⃣ Stack & Monotonic Stack


🔟 Graphs & BFS/DFS


1️⃣1️⃣ Heap / Priority Queue


Want a list of problems for a specific topic? 🚀