JideOgunlana / 42_philosophers

42 Project - involves developing a solution in C to the famous dining philosophers problem in concurrent programming. The challenge lies in preventing deadlock and data race ensuring that each philosophers can access necessary forks without encountering confilcts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

42_philosophers

Project to solve the dining philosophers problem

About

42 Project - involves developing a solution in C to the famous dining philosophers problem in concurrent programming. The challenge lies in preventing deadlock and data race ensuring that each philosophers can access necessary forks without encountering confilcts


Languages

Language:C 94.9%Language:Makefile 5.1%