DEV Community

Doan Thi Ngoc Lan
Doan Thi Ngoc Lan

Posted on

Patterns For Interview Coding

Bài viết dịch từ: Don’t Just LeetCode; Follow the Coding Patterns Instead

Vấn đề với LeetCode

Với khối lượng hơn 3k câu hỏi trên LeetCode, bạn sẽ không biết nên bắt đầu từ đâu.

Giải pháp

Chỉ tập trung những chủ đề problem-solving như Sliding Window, Fast and Slow Pointers, Two Pointers, Two Heaps, Topological Sort,...

1. Sliding Window

2. Islands (Matrix Traversal)

3. Two Pointers

4. Fast & Slow Pointers

5. Merge Intervals

6. Cyclic Sort

7. In-place Reversal of a LinkedList

8. Tree Breadth-First Search

9. Tree Depth First Search

10. Two Heaps

11. Subsets

12. Modified Binary Search

13. Bitwise XOR

14. Top ‘K’ Elements

15. K-way Merge

16. Topological Sort

17. 0/1 Knapsack

18. Fibonacci Numbers

19. Palindromic Subsequence

20. Longest Common Substring

Nguồn tham khảo:

Don’t Just LeetCode; Follow the Coding Patterns Instead

Top comments (0)