Question d’entretien chez Microsoft

Round 2(DSA + LLD) Discussion on previous projects Design a LRU cache & write production level working code

Réponse à la question d'entretien

Utilisateur anonyme

7 mars 2025

Solved the LRU cache using doubly linkedList & hashmaps https://leetcode.com/problems/lru-cache/description/