Update test.java

This commit is contained in:
2023-09-09 14:53:42 +08:00
parent c43301205e
commit 465b042d7e

View File

@@ -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<>();
}
}