Pregunta de entrevista de CME Group

How to design a elevator ?

Respuesta de la entrevista

Anónimo

29 de nov de 2014

We use two queue. One to store the requests for the elevator to go up and the other to go down. We also need to write logic so that we make the life serve the nearest floor.

1