120. Triangle
- Bottom-up+Memoize
72. Edit Distance
- Bottom-up+Memoize
(可用Dynamic Programming (DP)去解)
329. Longest Increasing Path in a Matrix
- Bottom-up+Memoize
653. Two Sum IV – Input is a BST
- Top-down+Early return
112. Path Sum
- Top-down+Early return
70. Climbing Stairs
- bottom-up + Memoize
1137. N-th Tribonacci Number
- bottom-up + Memoize