-
Notifications
You must be signed in to change notification settings - Fork 18
Dynamic Programming Notes
Carl Liu edited this page Jul 19, 2020
·
13 revisions
-
How many ways to go to the left bottom corner
-
How many ways to find k elements to get to a sum
-
How many ways to permutate for a valid answer
-
- Unique Paths https://leetcode.com/problems/unique-paths/
-
Maximum Path
-
Longest Ascending Subsequence
-
- Maximum Product Subarray https://leetcode.com/problems/maximum-product-subarray/
-
Can someone win in a duel game
-
Can we find k elements to get to a sum
-
Can we permutate for a valid answer
-
Leetcode 55. Jump Game https://leetcode.com/problems/jump-game/