Question d’entretien chez Amazon

Implement a simple load balancing algorithm in pseudo code (over the phone)

Réponses aux questions d'entretien

Utilisateur anonyme

1 mai 2011

min heap for the load factor. periodically you construct that heap and the other requests pick the root of the heap

Utilisateur anonyme

24 mars 2009

Not easy. You'll have to explain and code it... ON THE PHONE.