Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.
/ philosophers Public archive

Dijkstra's dining philosophers problem, solved in C

Notifications You must be signed in to change notification settings

fbescodam/philosophers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

42_codam_philosophers

In this project, you will learn the basics of threading a process. You will learn how to make threads. You will discover the mutex.