Skip to content

Commit 543481e

Browse files
authored
Update README.md
1 parent d906da2 commit 543481e

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

python/dp/README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
[Leetcode 1774 Closest Dessert Cost (M)](https://github.com/zjkang/ds_algorithm/blob/main/python/dp/leetcode_1774_closest_dessert_cost.py)\
1313
[Leetcode 1787 Make the XOR of All Segments Equal to Zero (H)](https://github.com/zjkang/ds_algorithm/blob/main/python/dp/leetcode_1787_make_the_xor_of_all_segments_equal_to_zero.py)
1414

15-
##### Intervals (区间 dp)
15+
#### 序列型dp
16+
17+
##### Intervals (序列dp)
1618

1719
- `interval 的题目一般需要排序:`
1820

@@ -27,10 +29,6 @@
2729
[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)\
2830
[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)
2931

30-
##### 区间第一类型的dp
31-
32-
[Leetcode 1478 Allocate Mailboxes (H)](https://github.com/zjkang/ds_algorithm/blob/main/python/dp/leetcode_1478_allocate_mailboxes.py)
33-
3432

3533
##### LIS (longest increasing subsequence)
3634

@@ -43,3 +41,8 @@
4341
[Leetcode 1713 Minimum Operations to Make a Subsequence (H)](https://github.com/zjkang/ds_algorithm/blob/main/python/dp/leetcode_1713_minimum_operations_to_make_a_subsequence.py)\
4442
[Leetcode 1964 Find the Longest Valid Obstacle Course at Each Position (H)](https://github.com/zjkang/ds_algorithm/blob/main/python/dp/leetcode_1964_find_the_longest_valid_obstacle_course_at_each_position.py)
4543

44+
45+
#### 区间第一类型的dp
46+
47+
[Leetcode 1478 Allocate Mailboxes (H)](https://github.com/zjkang/ds_algorithm/blob/main/python/dp/leetcode_1478_allocate_mailboxes.py)
48+

0 commit comments

Comments
 (0)