Question d’entretien chez Microsoft

Implement LRU Cache

Réponse à la question d'entretien

Utilisateur anonyme

19 juill. 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.