更新代码块
This commit is contained in:
@@ -126,7 +126,7 @@ public:
|
||||
|
||||
把[452.用最少数量的箭引爆气球](https://mp.weixin.qq.com/s/HxVAJ6INMfNKiGwI88-RFw)代码稍做修改,就可以AC本题。
|
||||
|
||||
```C++
|
||||
```CPP
|
||||
class Solution {
|
||||
public:
|
||||
// 按照区间右边界排序
|
||||
@@ -152,7 +152,7 @@ public:
|
||||
```
|
||||
|
||||
这里按照 左区间遍历,或者按照右边界遍历,都可以AC,具体原因我还没有仔细看,后面有空再补充。
|
||||
```C++
|
||||
```CPP
|
||||
class Solution {
|
||||
public:
|
||||
// 按照区间左边界排序
|
||||
|
||||
Reference in New Issue
Block a user