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

Commit 701aa6e

Browse files
committed
line cover max
1 parent a122bf9 commit 701aa6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/main/java/grey/algorithm/code11_heap/Code_0005_NowCoder_LineCoverMax.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ public static int maxCover2(int[][] lines) {
7171
return max;
7272
}
7373

74-
7574
// 线段树解法
7675
// 复杂度是:O(N*logN)
7776
public static int maxCover3(int[][] lines) {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /