File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
solution/2000-2099/2045.Second Minimum Time to Reach Destination Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5252- [ 乘积小于 K 的子数组] ( /solution/0700-0799/0713.Subarray%20Product%20Less%20Than%20K/README.md ) - ` 双指针 `
5353- [ 位 1 的个数] ( /solution/0100-0199/0191.Number%20of%201%20Bits/README.md ) - ` 位运算 ` 、` lowbit `
5454- [ 合并区间] ( /solution/0000-0099/0056.Merge%20Intervals/README.md ) - ` 区间合并 `
55- <!-- 排序算法、待补充 -->
55+ <!-- 排序算法、待补充 -->
5656
5757### 2. 数据结构
5858
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ The red path shows the path to get the second minimum time.
6161- 3 -> ; 4: 3 minutes, time elapsed=6
6262- Wait at 4 for 4 minutes, time elapsed=10
6363- 4 -> ; 5: 3 minutes, time elapsed=13
64- Hence the second minimum time is 13 minutes.
64+ Hence the second minimum time is 13 minutes.
6565 </pre >
6666
6767<p ><strong class =" example " >Example 2:</strong ></p >
You can’t perform that action at this time.
0 commit comments