Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7a9ea8e

Browse files
authoredJan 31, 2021
Update _881.java
please check once
1 parent d379ea0 commit 7a9ea8e

File tree

1 file changed

+3
-1
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+3
-1
lines changed
 

‎src/main/java/com/fishercoder/solutions/_881.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
package com.fishercoder.solutions;
2+
13
import java.util.ArrayList;
24
import java.util.List;
35
import java.util.TreeMap;
@@ -79,4 +81,4 @@ public int numRescueBoats(int[] people, int limit) {
7981
}
8082
}
8183

82-
}
84+
}

0 commit comments

Comments
 (0)
Please sign in to comment.