Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 777 Bytes

File metadata and controls

36 lines (21 loc) · 777 Bytes

Table of Contents

About

This program simulates the dining philosophers problem. This project outlines the solution to the dining philosophers problem using java condition variables, threads, and locks. The Contents of the project are DiningPhilosopher.java, Philosopher.java, DiningServer.java and DiningServerImpl.java

Getting Started

These instructions will get you a copy of the project up and running on your local machine for testing purposes

Prerequisites

Have the latest version of java

java --version

What to Run

Either by

java DiningPhilosopher.java

Or by

*Clicking on the "Run" button on your IDE*