Skip to content

SeanAndrie/philosophers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

philosophers

Philosophers is a project from the 42 Cursus that explores the classic Dining Philosophers Problem, a well-known synchronization and concurrency challenge in computer science. The goal is to implement a program that simulates philosophers sitting around a table, alternating between thinking, eating, and sleeping — without causing deadlocks or data races.

About

A 42 project based on the classic "Dining Philosophers" Problem designed to teach concurrency, synchronization, and resource management using threads or processes.

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors