Skip to content
Snippets Groups Projects
Brandon Rodriguez's avatar
Brandon Rodriguez authored
f3154453

C - Dining Philosopher Problem

Description

A program using C pthreads to implement the "Dining Philosophers" problem.

Running Program

Open a terminal and cd to project root.
For a list of available makefile commands, run make help.
In a terminal, run make <command_here>.

Report

See documents/Philosophers-Report.pdf.

References

See documents/references.md.