Skip to content

slaveofcode/elevator-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elevator Test

  1. Modify the code to be more readable.
  2. Try to convert to object oriented, simplicity & reusability is the main point.
  3. Currently, the elevator would run one-by-one, solve the code so those 3 elevator can serve the in a parallel way without conflicting each other when serving on the same floor (1 floor 1 elevator).
  4. Fix incorrect Person floor position with the "Waiting" text, that must be a waiting person on specific floor, ready to pickup.
  5. Create loop 100x for elevators serve more people with random floor and random destination, the destination must different than the source floor
  6. Optimize the number of people served by elevator, e.g. move faster and smooth without removing the animation.
  7. When serve finished, move back the elevator to 1st floor
  8. Shorter time to serve is better.

About

Solve the Elevator Problem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published