Update test.java
This commit is contained in:
@@ -21,10 +21,7 @@ public class test {
|
||||
// System.out.println(result);
|
||||
// int m = Solution.majorityElement(nums1);
|
||||
// System.out.println(m);
|
||||
HashMap<Integer,Integer> map = new HashMap<>();
|
||||
HashSet<Integer> set1 = new HashSet<>();
|
||||
new LinkedHashSet<>();
|
||||
new TreeSet<>();
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user