Skip to content

Commit

Permalink
更新 0056.合并区间 排版格式修复
Browse files Browse the repository at this point in the history
  • Loading branch information
jinbudaily committed Jul 25, 2023
1 parent 481cd1d commit bde75d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions problems/0056.合并区间.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
* 解释: 区间 [1,4][4,5] 可被视为重叠区间。
* 注意:输入类型已于2019年4月15日更改。 请重置默认代码定义以获取新方法签名。

# 视频讲解
## 算法公开课

**《代码随想录》算法视频公开课:[贪心算法,合并区间有细节!LeetCode:56.合并区间](https://www.bilibili.com/video/BV1wx4y157nD),相信结合视频在看本篇题解,更有助于大家对本题的理解**
**[《代码随想录》算法视频公开课](https://programmercarl.com/other/gongkaike.html)[贪心算法,合并区间有细节!LeetCode:56.合并区间](https://www.bilibili.com/video/BV1wx4y157nD),相信结合视频在看本篇题解,更有助于大家对本题的理解**

## 思路

Expand Down Expand Up @@ -341,3 +341,4 @@ impl Solution {
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
</a>

0 comments on commit bde75d3

Please sign in to comment.