Skip to content

DylanPetrey/Restaurant-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant Simulator

Written for my Operating Systems class.

Overview

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.

Instructions

  1. Navigate to the directory in the terminal
  2. Run the following commands: Compile java programs
javac *.java
java RestaurantSimulator

About

Simulates a restraunt using threads

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages