Question d’entretien chez Huawei Technologies

Implement the Least Recent Used cache (LRU)

Réponse à la question d'entretien

Utilisateur anonyme

14 févr. 2021

Use a combination of linked list and hashmap to solve this problem