- Find all strings that match specific pattern in a dictionary
- Implement LRU (Least Recently Used) Cache using Queue and Hash
- Find the largest sub-array with zero sum
- Find Itinerary from a given list of tickets.
- Find number of Employees Under every Employee
- Check if a given array contains duplicate elements within k distance from each other
- Merge k sorted arrays
- Heap Sort