😀
OJ Practices
Ctrlk
  • Introduction
  • Leetcode
    • Tree
    • Dynamic Programming
    • Depth-First-Search
      • Memoization
        • 139 Word Break
        • 140 Word Break II
        • 276 Paint Fence
        • 294 Flip Game II
        • 329 Longest Increasing Path in a Matrix
        • 337 House Robber III
        • 375 Guess Number Higher or Lower II
        • 514 Freedom Trail
        • 568 Maximum Vacation Days
        • 638 Shopping Offers
        • 808 Soup Servings
    • Breadth-First Search
    • Two Pointers
    • Linked List
    • Backtracking
    • Binary Search
    • Union Find
    • Trie
    • Sort
    • Heap
    • Randomness
    • Topological Sort
    • Stack
    • Hash Table
Powered by GitBook
On this page

Was this helpful?

  1. Leetcode
  2. Depth-First-Search

Memoization

139 Word Break140 Word Break II276 Paint Fence294 Flip Game II329 Longest Increasing Path in a Matrix337 House Robber III375 Guess Number Higher or Lower II514 Freedom Trail568 Maximum Vacation Days638 Shopping Offers808 Soup Servings
PreviousDepth-First-SearchNext139 Word Break

Last updated 5 years ago

Was this helpful?