Skip to content
Go back

Elevator Algorithms: An Interactive Exploration

3 min read

Elevator Algorithms, Briefly

Elevator scheduling is a classic optimization problem: how do you move people efficiently between floors? Try the interactive demo below to see how different algorithms perform!

Main Algorithms

Try the Simulation

Simulation Controls

Algorithm:
0
0
0
0
1
0
0
0
2
0
0
0
3
0
0
0
4
0
0
0
5
0
0
0
6
0
0
0
7
0
0
0
0
0
0
0
0
1
0
0
0
2
0
0
0
3
0
0
0
4
0
0
0
5
0
0
0
6
0
0
0
7
0
0
0
0

System Metrics

Average Wait:
0s
Total Distance:
0 floors
Longest Wait:
0s
Requests Served:
0 / 0
Pending Requests:
0

Pending Requests

FromToWait Time

Share this post on:

Previous Post
Statechart Diagrams: Visualizing Complex System Behavior
Next Post
Vibe Coding: The Art of Programming with Flow and Intuition