docs: 最小的箭引爆气球添加视频链接

This commit is contained in:
liangzhensheng
2023-03-17 11:30:37 +08:00
parent 5cb8eb0746
commit 3f904211ca

View File

@ -42,6 +42,10 @@
* 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)相信结合视频在看本篇题解更有助于大家对本题的理解**。
## 思路 ## 思路
如何使用最少的弓箭呢 如何使用最少的弓箭呢