scripts/other/elevator/README.md

343 B

Elevator

mini script to simulate elevator, moving between floors, has a fancy output to shell

can be used as task for technical interview(write custom sorting algorithm to boost elevator speed, etc)

Run

$ python3 elevator.py

TODO:

  • add passenger via class(for such properties like time)
  • make time step more ideal