Sollicitatievraag bij Bloomberg

Implementing the LRU algo

Antwoorden op sollicitatievragen

Anoniem

18 mrt 2010

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

Anoniem

8 mrt 2015

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