Update test.java
parent
c43301205e
commit
465b042d7e
|
|
@ -21,10 +21,7 @@ public class test {
|
||||||
// System.out.println(result);
|
// System.out.println(result);
|
||||||
// int m = Solution.majorityElement(nums1);
|
// int m = Solution.majorityElement(nums1);
|
||||||
// System.out.println(m);
|
// System.out.println(m);
|
||||||
HashMap<Integer,Integer> map = new HashMap<>();
|
|
||||||
HashSet<Integer> set1 = new HashSet<>();
|
|
||||||
new LinkedHashSet<>();
|
|
||||||
new TreeSet<>();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue