Skip to content

Commit 0b41169

Browse files
左程云左程云
authored andcommitted
add problem 45 follow up on class
1 parent 655658b commit 0b41169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/topinterviewquestions/Problem_0055_JumpMinTimesFollowUpOnClass.java renamed to src/topinterviewquestions/Problem_0045_JumpGameIIFollowUpOnClass.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import java.util.LinkedList;
55
import java.util.Queue;
66

7-
public class Problem_0055_JumpMinTimesFollowUpOnClass {
7+
public class Problem_0045_JumpGameIIFollowUpOnClass {
88

99
public static int jumpMinTimes1(int N, int start, int end, int[] arr) {
1010
boolean[] map = new boolean[N + 1];

0 commit comments

Comments
 (0)