mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-21 21:16:45 +08:00
update
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<p>同时给你两个长度为 <code>n</code> 的整数数组 <code>startTime</code> 和 <code>endTime</code> 。它们表示这次活动中 <code>n</code> 个时间 <strong>没有重叠</strong> 的会议,其中第 <code>i</code> 个会议的时间为 <code>[startTime[i], endTime[i]]</code> 。</p>
|
||||
|
||||
<p>你可以重新安排 <strong>至多</strong> 一个会议,安排的规则是将会议时间平移,且保持原来的 <strong>会议时长</strong> ,你的目的是移动会议后 <strong>最大化</strong> 相邻两个会议之间的 <strong>最长</strong> 连续空余时间。</p>
|
||||
<p>你可以重新安排 <strong>至多</strong> 一个会议,安排的规则是将会议时间平移,且保持原来的 <strong>会议时长</strong> ,你的目的是移动会议后 <strong>最大化</strong> <strong>最长</strong> 连续空余时间。</p>
|
||||
|
||||
<p>请你返回重新安排会议以后,可以得到的 <strong>最大</strong> 空余时间。</p>
|
||||
|
||||
|
Reference in New Issue
Block a user