Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb77e4e5

Browse files
committed
Fixed task 452.
1 parent87076b0 commitb77e4e5

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/g0401_0500/s0452_minimum_number_of_arrows_to_burst_balloons

1 file changed

+1
-1
lines changed

‎src/main/java/g0401_0500/s0452_minimum_number_of_arrows_to_burst_balloons/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public class Solution {
5656
* I'm glad to have come up with this solution on my own on 10/13/2021:
5757
* we'll have to sort the
5858
* balloons by its ending points, a counter case to this is below:
59-
* {{0, 6}, {0, 9}, {7, 8}}
59+
* {{0, 6}, {0, 9}, {7, 8}}
6060
* if we sort by starting points, then it becomes:
6161
* {0, 6}, {0, 9}, {7, 8}
6262
* this way, if we shoot 9,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp