- Sum Root to Leaf Numbers
→ binary tree dfs
June 21, 2023
- Path Sum
→ binary tree dfs
June 21, 2023
- Invert Binary Tree
→ binary tree dfsJune 20, 2023
- Same Tree
→ Binary tree dfs
June 20, 2023
- Maximum Depth of Binary Tree
→ binary tree dfs
June 20, 2023
- Min Stack
→ stacks
June 12, 2023
- Two Sum II - Input Array Is Sorted
→ two pointers
June 12, 2023
- Longest Consecutive Sequence
→ hashmap
June 12, 2023
- Contains Duplicate II
→ hashmap
June 12, 2023
- Set Matrix Zeroes
→ matrix
June 12, 2023
- Rotate Image
→ matrix
June 12, 2023
- Spiral Matrix
→ matrix
June 12, 2023
- Valid Sudoku
→ Matrix
June 12, 2023
- Partition List
→ Linked List
June 12, 2023
- Rotate List
→ Linked List
June 12, 2023
- Remove Duplicates from Sorted List II
→ Linked List
June 11, 2023
- Remove Nth Node From End of List
→ Linked List
June 11, 2023
- Pow(x, n)
→ Math
June 11, 2023
- Factorial Trailing Zeroes
→ math
June 11, 2023
- Sqrt(x)
→ Math
June 11, 2023
- Plus One
→ Math
June 11, 2023
- Group Anagrams
- Reverse Linked List II
→ Linked List
June 10, 2023
- Copy List with Random Pointer
- Evaluate Reverse Polish Notation
→ Hashmap
June 10, 2023
→ Linked List
June 10, 2023
→ stack
June 9, 2023