We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f9626 commit 5a7bc60Copy full SHA for 5a7bc60
src/main/java/com/fishercoder/solutions/_1557.java
@@ -1,6 +1,11 @@
1
package com.fishercoder.solutions;
2
3
-import java.util.*;
+import java.util.ArrayList;
4
+import java.util.HashMap;
5
+import java.util.HashSet;
6
+import java.util.List;
7
+import java.util.Set;
8
+import java.util.Map;
9
10
public class _1557 {
11
public static class Solution1 {
0 commit comments