2021-05-04 11:40:18 +12:00
2021-05-04 11:40:18 +12:00
2021-04-21 12:24:54 +12:00
2021-04-21 14:25:20 +12:00
2022-01-10 13:36:01 +13:00

159.341_Assignment_2

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:

Sample run

Description
Uses semaphores to manage loading and unloading people into elevators on an example building. The task is designed to cause race-conditions, hence proper use of semaphores is required
Readme 114 KiB
Languages
C 100%