Top DSA coding patterns | Leetcode questions | Blind Curated 75

Neeru K Singh
2 min readJan 5, 2023

--

  1. Sliding Window

2. Hash maps

3. Dp

4. Two Pointers

5. Linked List

6. Stack

7. Recursion

8. K-way Merge + Divide & conquer

9. Binary search

10. Backtracking

11. Arrays

12. Sorting

13. Tree

14. Graph Bfs+Dfs

15. Topological sort

16. Trie

17. Heaps

18. Bit Manipulation

Reference link: https://leetcode.com/list/xoqag3yj/

--

--