Written for my Operating Systems class.
The primary objective for this assignment was to simulate a restaurant with multiple customers and servers. Each actor is represented as a thread and interacts with one another using semaphores.
- Navigate to the directory in the terminal
- Run the following commands: Compile java programs
javac *.java
java RestaurantSimulator