-
- The Number of Weak Characters in the Game
-
- K Closest Points to Origin
-
- Top K Frequent Elements
-
- Minimum Number of Operations to Make Array Continuousg
-
- Max Consecutive Ones III
-
- Minimum Total Space Wasted With K Resizing Operations
-
- Filling Bookcase Shelves
-
- Partition Array for Maximum Sum
-
- Number of Ways to Separate Numbers
- LCS + 区间 DP
-
- Maximum Earnings From Taxi
-
- Maximum Profit in Job Scheduling
-
- Maximum Number of Events That Can Be Attended II
-
- Minimum Number of Work Sessions to Finish the Tasks
- 子集遍历
-
- Parallel Courses II
-
- Distribute Repeating Integers
-
- Maximum Product of the Length of Two Palindromic Subsequences
-
- Minimum Number of Flips to Convert Binary Matrix to Zero Matrix
-
- People Whose List of Favorite Companies Is Not a Subset of Another List
-
- Longest Increasing Subsequence
-
- Find the Longest Valid Obstacle Course at Each Position
-
- Minimum Operations to Make a Subsequence
-
- Russian Doll Envelopes
- w 递增,h 递减排序,在 h 上求 LIS 一定就是答案
-
- Minimize the Difference Between Target and Chosen Elements
-
- Distinct Subsequences II
-
- Number of Unique Good Subsequences
-
- The Number of Good Subsets
-
- Graph Connectivity With Threshold
-
- Last Day Where You Can Still Cross
-
- Bricks Falling When Hit
-
- Longest Palindromic Substring
-
- Maximum Product of the Length of Two Palindromic Substrings
- Manacher + 双指针
-
- Shortest Palindrome
-
- Number of Ways to Arrive at Destination
- 最短路 + DP
-
- Largest Component Size by Common Factor
- 质数筛 + DP
-
- GCD Sort of an Array
-
- Longest Subsequence Repeated k Times
-
- Basic Calculator II
-
- Different Ways to Add Parentheses
-
- 24 Game