|
|
|
|
|
by 7373737373
1831 days ago
|
|
I'm not sure if this is true. I think all elevators I've encountered followed the elevator/SCAN algorithm: > the elevator continues to travel in its current direction (up or down) until empty, stopping only to let individuals off or to pick up new individuals heading in the same direction. with the elevator staying on its last location if there are no new requests and there being no buffering time after a request, first come first served https://en.wikipedia.org/wiki/Elevator_algorithm |
|