fleizean / Philosophers

As part of this project, I learned about Thread and Mutex structures and solved the Dining Philosophers problem.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Philosophers

This project is aimed at multi-threaded/multi-processed programming using mutexes and semaphores. We need to write a program that simulates the Famous Philosophers problem.

Evaluation

About

As part of this project, I learned about Thread and Mutex structures and solved the Dining Philosophers problem.


Languages

Language:C 97.0%Language:Makefile 3.0%