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 7e0ecc8

Browse files
committed
line cover max
1 parent 6b4010d commit 7e0ecc8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package grey.algorithm;
1+
package grey.algorithm.code11_heap;
22

33
import java.util.*;
44

@@ -9,7 +9,7 @@
99
// 堆
1010
// 笔记:https://www.cnblogs.com/greyzeng/p/15058662.html
1111
// 线段树解法 TODO
12-
public class Code_0034_NowCoder_LineCoverMax {
12+
public class Code_0005_NowCoder_LineCoverMax {
1313
public static void main(String[] args) {
1414
try (Scanner in = new Scanner(System.in)) {
1515
int lens = in.nextInt();

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package grey.algorithm;
1+
package grey.algorithm.code11_heap;
22

33
import java.io.*;
44
import java.util.Arrays;
@@ -12,7 +12,7 @@
1212
// 暴力解法
1313
// 堆解法
1414
// 线段树解法 TODO
15-
public class Code_0032_NowCoder_LineCoverMax2 {
15+
public class Code_0006_NowCoder_LineCoverMax2 {
1616
private static int MAXN = 10001;
1717
private static int[][] lines = new int[MAXN][2];
1818
private static int n;

0 commit comments

Comments
(0)

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