Search
Project Description
You are standing in front of a bank of elevators, smashing the UP button and screaming at whoever wrote the algorithm that is making you late for your meeting. It’s time to prove that you can write a better algorithm.

Goal
Your task is to write the control logic for elevators. Your code will be run against a fixed set of scenarios with varying numbers of elevators and floors. These scenarios will not be public until after the contest is over. However, you can assume that scenarios will follow standard elevator traffic patterns. (Hint: Elevator traffic isn’t entirely random.) Your score will be based on the following metrics:
- Average Wait Time
- Average Time To Destination
- Max Time to Destination
- Total Floors Travelled By Elevators
The total score will be determined by this formula. The lowest score wins.
AverageWaitTime*2 + AverageTimeToDestination*4 + Max Time To Destination*2 + TotalFloorsTravelled


Detailed instructions can be found in the instructions.txt file.
Last edited Jan 14 2008 at 11:11 PM by bwmartens, version 2
Updating...
© 2006-2012 Microsoft | Get Help | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2012.1.11.18365