Question d’entretien chez Bloomberg

Implementing the LRU algo

Réponses aux questions d'entretien

Utilisateur anonyme

18 mars 2010

I used hash table with LRU for each bucket, writing code on the spot was really difficult

Utilisateur anonyme

8 mars 2015

Simple (to write code for) solution would be to use queue - first in first out.