Skip to content

Commit 4cd4fc1

Browse files
refactor 55
1 parent affa621 commit 4cd4fc1

File tree

1 file changed

+0
-10
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+0
-10
lines changed

src/main/java/com/fishercoder/solutions/_55.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
package com.fishercoder.solutions;
22

3-
/**
4-
* 55. Jump Game
5-
*
6-
* Given an array of non-negative integers, you are initially positioned at the first index of the array.
7-
* Each element in the array represents your maximum jump length at that position.
8-
* Determine if you are able to reach the last index.
9-
*
10-
* For example:
11-
* A = [2,3,1,1,4], return true.
12-
* A = [3,2,1,0,4], return false.*/
133
public class _55 {
144

155
public static class Solution1 {

0 commit comments

Comments
 (0)