Microsoft Interview Question

Implement LRU Cache

Interview Answer

Anonymous

Jul 19, 2015

Completely wrong, I tried to solve it with stack but the correct way is to use double liked lists. You can find the outstation on Leetcode.