Coding Questions
- Given an array of integers, find two numbers that add up to a target sum
- Design a data structure for LRU cache
- Find the longest substring without repeating characters
- Implement an autocomplete system
- Design a algorithm to find all anagrams in a string


