You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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)
14
14
15
-
##### Intervals (区间 dp)
15
+
#### 序列型dp
16
+
17
+
##### Intervals (序列dp)
16
18
17
19
-`interval 的题目一般需要排序:`
18
20
@@ -27,10 +29,6 @@
27
29
[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)\
28
30
[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)
[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)\
44
42
[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)
0 commit comments