主要涉及到的data structure
主要是考对各个data structure的运用和了解
LRU Cache: linkedlist和hashmap的运用
Largest rectangle in histogram: 巧妙的运用stack
Data Stream Median: 运用heap的特性