Update test.java

master
wangsiyuan 2023-09-09 14:53:42 +08:00
parent c43301205e
commit 465b042d7e
1 changed files with 1 additions and 4 deletions

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