CME Group interview question

How to design a elevator ?

Interview Answer

Anonymous

29 Nov 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