No.TitleSolutionTagsDifficulty
0705Design HashSet LeetCode XXXX Design, Array, Hash Table, Linked List, Hash FunctionEasy
0706Design HashMap LeetCode XXXX Design, Array, Hash Table, Linked List, Hash FunctionEasy
0217Contains Duplicate LeetCode XXXX Array, Hash Table, SortingEasy
0219Contains Duplicate II LeetCode XXXX Array, Hash Table, Sliding WindowEasy
0220Contains Duplicate III LeetCode 0220 Array, Bucket Sort, Ordered Set, Sorting, Sliding WindowHard
1941Check if All Characters Have Equal Number of Occurrences LeetCode XXXX Hash Table, String, CountingEasy
0136Single Number LeetCode XXXX Bit Manipulation, ArrayEasy
0383Ransom Note LeetCode XXXX Hash Table, String, CountingEasy
0349Intersection of Two Arrays LeetCode XXXX Array, Hash Table, Two Pointers, Binary Search, SortingEasy
0350Intersection of Two Arrays II LeetCode XXXX Array, Hash Table, Two Pointers, Binary Search, SortingEasy
0036Valid Sudoku LeetCode XXXX Array, Hash Table, MatrixMedium
0001Two Sum LeetCode XXXX Array, Hash TableEasy
00153Sum LeetCode XXXX Array, Two Pointers, SortingMedium
00184Sum LeetCode XXXX Array, Two Pointers, SortingMedium
04544Sum II LeetCode XXXX Array, Hash TableMedium
0041First Missing Positive LeetCode 0041 Array, Hash TableHard
0128Longest Consecutive Sequence LeetCode XXXX Union Find, Array, Hash TableMedium
0202Happy Number LeetCode XXXX Hash Table, Mathematics, Two PointersEasy
0242Valid Anagram LeetCode XXXX Hash Table, String, SortingEasy
0205Isomorphic Strings LeetCode XXXX Hash Table, StringEasy
0442Find All Duplicates in an ArrayArray, Hash TableMedium
0268Missing Number LeetCode XXXX Bit Manipulation, Array, Hash Table, Mathematics, Binary Search, SortingEasy
0451Sort Characters By Frequency LeetCode XXXX Hash Table, String, Bucket Sort, Counting, Sorting, Heap (Priority Queue)Medium
0049Group Anagrams LeetCode XXXX Array, Hash Table, String, SortingMedium
0599Minimum Index Sum of Two Lists LeetCode XXXX Array, Hash Table, StringEasy
0387First Unique Character in a String LeetCode XXXX Queue, Hash Table, String, CountingEasy
0447Number of Boomerangs LeetCode XXXX Array, Hash Table, MathematicsMedium
0149Max Points on a Line LeetCode 0149 Geometry, Array, Hash Table, MathematicsHard
0359Logger Rate Limiter LeetCode XXXX Design, Hash TableEasy
0811Subdomain Visit Count LeetCode XXXX Array, Hash Table, String, CountingMedium