Pergunta de entrevista da empresa Amazon

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

Respostas da entrevista

Sigiloso

1 de mai. de 2011

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

Sigiloso

24 de mar. de 2009

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