𝗗𝗼𝗻’𝘁 𝗝𝘂𝘀𝘁 𝗟𝗲𝗲𝘁𝗖𝗼𝗱𝗲, 𝗙𝗼𝗹𝗹𝗼𝘄 𝘁𝗵𝗲 𝗖𝗼𝗱𝗶𝗻𝗴 𝗣𝗮𝘁𝘁𝗲𝗿𝗻𝘀

日月星辰 发布在Programming

Follow the below-mentioned 𝟮𝟬+ 𝗰𝗼𝗱𝗶𝗻𝗴 𝗽𝗮𝘁𝘁𝗲𝗿𝗻𝘀 to learn the underline algorithms
Here are the patterns:

  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
  21. Topological Sort
  22. Backtracking
  23. Multi-threaded

More practice