Skip to content

klokanpes/philo

Repository files navigation

philo is my 42 Prague implementation of the classic Dining Philosophers simulation, focused on correct and safe multithreading: it coordinates concurrent philosopher routines while preventing race conditions through disciplined use of mutexes for shared state and fork access, ensuring deterministic termination conditions and robust synchronization under timing pressure.

About

A program that runs the dining philosophers simulation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors