Skip to content

Commit bb97ed5

Browse files
authored
Update README.md
1 parent e4b16e5 commit bb97ed5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

python/dp/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ dp可以分为序列型dp,区间第一类型dp,区间第二类型dp,背包问题
2929
2. interval dp
3030

3131
[Leetcode 1235 Maximum Profit in Job Scheduling (H)](https://github.com/zjkang/ds_algorithm/blob/main/python/dp/leetcode_1235_maximum_profit_in_job_scheduling.py)\
32-
[Leetcode 1751 Maximum Number of Events That Can Be Attended II (H)](https://github.com/zjkang/ds_algorithm/blob/main/python/dp/leetcode_1751_maximum_number_of_events_that_can_be_attended_ii.py)
32+
[Leetcode 1751 Maximum Number of Events That Can Be Attended II (H)](https://github.com/zjkang/ds_algorithm/blob/main/python/dp/leetcode_1751_maximum_number_of_events_that_can_be_attended_ii.py)\
33+
[Leetcode 2054 Two Best Non-Overlapping Events (M)](https://github.com/zjkang/ds_algorithm/blob/main/python/dp/leetcode_2054_two_best_non-overlapping_events.py)
3334

3435

3536
##### LIS (longest increasing subsequence)

0 commit comments

Comments
 (0)