Skip to content

Commit af9909c

Browse files
authored
Update README.md
1 parent f38b6ef commit af9909c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python/dp/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dp可以分为序列型dp,区间第一类型dp,区间第二类型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)\
3232
[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 2008. Maximum Earnings From Taxi (M)](https://github.com/zjkang/ds_algorithm/blob/main/python/dp/leetcode_2008_maximum_earnings_from_taxi.py)\
3334
[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)
3435

3536

0 commit comments

Comments
 (0)