noahdgrant / ese-ep6-supervisory-controller

Supervisory Controller for ESE EP6 Elevator project
0 stars 0 forks source link

Sort queue #18

Closed noahdgrant closed 2 months ago

noahdgrant commented 2 months ago

We want to be able to sort the request queue so that if the elevator is on floor 3 and the queue looks like [1, 2], the queue will be reorganized to [2, 1] to be the most efficient.

noahdgrant commented 2 months ago

This was wrapped into #19