Some of the common interview questions on algorithms.
February 6,2021:
- Find All Anagrams in a String
- Fruit Into Baskets
- Longest Repeating Character Replacement
- Longest Substring with At Most Two Distinct Characters
- Longest Substring with K distinct characters
- Longest Substring Without Repeating Characters
- Max Consecutive Ones III
- Maximum Sum subarray
- Permutation in Strings
February 13, 2021:
- Minimum Window Substring
- Substring with Concatenation of All Words
- Two Sum II - Input array is sorted
- Remove Duplicates from Sorted Array
- Remove Element
- Squares of a Sorted Array
- 3 Sum
- Linked List cycle
- Length of Cycle
- Linked List Cycle II
February 16, 2021:
- Maximum Units on a Truck
- Baseball Game
February 17, 2021:
- Merge Two Sorted Lists
- Reorder Data in Log Files
February 22, 2021:
- Average of Levels in Binary Tree
- Binary Tree Level Order Traversal II
- Binary Tree Level Order Traversal
- Binary Tree Right Side View
- Binary Tree Zigzag Level Order Traversal
- Find Largest Value in Each Tree Row
- Level order Successor
- Maximum Depth of Binary Tree
- Minimum Depth of Binary Tree
- Populating Next Right Pointers in Each Node
- Binary Tree Paths
- Path Sum II
- Path Sum
- Sum Root to Leaf Numbers
February 24, 2021:
- Path Sum III
- Diameter of Binary Tree
- Binary Search
- Merge Intervals