Other common questions than blind75
- Heap sort implementation
- BT implementation
- Detect cycle in graph
- bfs,dfs in graph
Arrays & Hashing
- Valid Anagram*
- Contains Duplicate*
- Two Sum*
- Group Anagrams*
- Product of Array Except Self*
- Maximum Product Subarray*
- Longest Consecutive Sequence
Two Pointers
- Valid Palindrome*
- Three sum*
- Container with Most Water*
Sliding Window
- Best Time to Buy and Sell Stock*
- Longest Substring Without Repeating Characters*