Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 326 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 326 Bytes

Multithreaded-Elevator

This is a multithreaded program which simulates passengers and elevator travel. There is one thread per elevator, and one thread per passenger. There is a fixed number of passengers, that embark on a number of trips each. These threads interact with each other through a central elevator controller.