Question d’entretien chez Akamai

data structure for LRU cache

Réponse à la question d'entretien

Utilisateur anonyme

17 mars 2014

You can use circular linked list for storing the index and a hash table for storing the current value.