You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A C implementation of the classic "Dining Philosophers" problem. This project demonstrates threading and mutexes to manage concurrent access to shared resources (forks) as philosophers eat, think, and sleep. Includes time-based conditions, logging, and a bonus part using processes and semaphores.