scripts/other/elevator/README.md

15 lines
343 B
Markdown
Raw Permalink Normal View History

2023-03-16 13:44:17 +03:00
# 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
```shell
$ python3 elevator.py
```
### TODO:
- add passenger via class(for such properties like time)
- make time step more ideal