Bloomberg Interview Question

I was asked to design a LRU cache.

Interview Answer

Anonymous

Feb 9, 2015

I design the LRU cache using priority queue.