更新 0452.用最少数量的箭引爆气球 排版格式修复

This commit is contained in:
jinbudaily 2023-07-25 15:22:08 +08:00
parent d31e23f5f6
commit eb320010a4
1 changed files with 2 additions and 2 deletions

View File

@ -42,9 +42,9 @@
* points[i].length == 2 * points[i].length == 2
* -2^31 <= xstart < xend <= 2^31 - 1 * -2^31 <= xstart < xend <= 2^31 - 1
# 视频讲解 ## 算法公开课
**《代码随想录》算法视频公开课:[贪心算法,判断重叠区间问题 | LeetCode452.用最少数量的箭引爆气球](https://www.bilibili.com/video/BV1SA41167xe),相信结合视频在看本篇题解,更有助于大家对本题的理解**。 **[《代码随想录》算法视频公开课](https://programmercarl.com/other/gongkaike.html)[贪心算法,判断重叠区间问题 | LeetCode452.用最少数量的箭引爆气球](https://www.bilibili.com/video/BV1SA41167xe),相信结合视频在看本篇题解,更有助于大家对本题的理解**。
## 思路 ## 思路