Domanda di colloquio di Bloomberg

Implementing the LRU algo

Risposte di colloquio

Anonimo

18 mar 2010

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

Anonimo

8 mar 2015

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