Coding: 3sum, search a rotated array, LRU cache.
Anonymous
3Sum: One-pass two sum using hashmap wrapped inside a 3Sum function which extends the logic. Search rotated array: Find pivot point, binary search the two sub-arrays LRU Cache: extended python OrderedDict data structure, extended put and get functionality to follow LRU rules
Check out your Company Bowl for anonymous work chats.