2,361 problems · 26 puzzle types · 7 languages
0d
Streak
0
Solved
4
Today
Return true if any value appears twice in the array.
Return true if t is an anagram of s.
Return indices of two numbers that add up to target.
Group anagrams from an array of strings.
Return the k most frequent elements.
Encode/decode a list of strings.
Product of all elements except self, no division.
Validate a 9x9 Sudoku board.
Find longest consecutive sequence in O(n).
Check palindrome ignoring non-alphanumeric.
Arrays & Hashing
1841 problems · 8574 puzzles
Two Pointers
18 problems · 112 puzzles
Sliding Window
8 problems · 74 puzzles
Stack
18 problems · 121 puzzles
Binary Search
7 problems · 84 puzzles
Linked List
11 problems · 105 puzzles
Trees
186 problems · 883 puzzles
Heap / Priority Queue
11 problems · 72 puzzles