10 lines
318 B
Markdown
Raw Normal View History

2021-04-21 12:24:54 +12:00
# 159.341_Assignment_2
2022-01-10 13:36:01 +13:00
Uses semaphores to manage loading and unloading people into elevators on an example building.
The task is designed in such a way that race conditions occur naturally, hence proper use of semaphores is required.
### A sample run might look like so:
2022-01-10 13:36:43 +13:00
![Sample run](Screenshots/Sample-Run.png)
2022-01-10 13:36:01 +13:00
2021-04-21 12:24:54 +12:00