217. contains duplicate https://leetcode.com/problems/contains-duplicate/description/


242. Valid anagram https://leetcode.com/problems/valid-anagram/description/


1. Two sum https://leetcode.com/problems/two-sum/ #hashing #iterate


49. Group anagrams https://leetcode.com/problems/group-anagrams/ #hashing


36. Valid sudoku https://leetcode.com/problems/valid-sudoku/description/ #hashing


238. Product of array except self https://leetcode.com/problems/product-of-array-except-self/description/ #prefixes-postfixes