Skip to content

Philosophers is a comprehensive guide and solution to the classic Dining Philosophers Problem in computer science. This project uses the C programming language and multithreading to implement a solution that prevents deadlocks and resource conflicts.

License

Notifications You must be signed in to change notification settings

mendes-jv/philosophers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

philosophers

This project is about learning the basics of threading a process, creating threads and discovering mutexes.

About

Philosophers is a comprehensive guide and solution to the classic Dining Philosophers Problem in computer science. This project uses the C programming language and multithreading to implement a solution that prevents deadlocks and resource conflicts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages