Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: 42philosophers

julienhouyet/42-philosophers

🧠 Eat, Sleep, Spaghetti, repeat. This project is about learning how threads work by precisely timing a group of philosophers on when to pick up forks and eat spaghetti without dying from hunger.

Language: C - Size: 7.81 KB - Last synced: 1 day ago - Pushed: 1 day ago - Stars: 0 - Forks: 0

musturu/philosophers

Language: C - Size: 156 KB - Last synced: 2 days ago - Pushed: 2 days ago - Stars: 0 - Forks: 0

simon-zerisenay/42_Philosophers

42 Philosophers: Philosophers is a project that involves solving the dining philosophers problem using threads and synchronization. The goal is to implement a solution where multiple philosophers can share a limited number of resources (such as forks) without encountering deadlocks or starvation.

Language: C - Size: 85 KB - Last synced: 15 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

pasqualerossi/Philosophers

Everyone has got to eat and sleep and think and potentially die! Welcome to the life of Philosophers!

Language: C - Size: 91.8 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 6 - Forks: 2

dpetrosy/42-Philosophers

42 School Philosophers project: The Dining Philosophers Problem, written in C.

Language: C - Size: 1.61 MB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

MGuardia10/42cursus_philosophers

philosophers with threads and mutex.

Language: C - Size: 57.6 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 2 - Forks: 0

RealConrad/42philosophers

I never thought philosophy would be so deadly

Language: C - Size: 173 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

bsanjok/philo

This program deals with solving renowned problem of Philosophers with Thread and Mutex

Language: C - Size: 43.9 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

richardmarcela/42-philosophers

This is a 42 project. Philosophers dinner problem in C.

Language: C - Size: 21.5 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

liz753/philosophers

This project aims to simulate the classic synchronization challenge of the dining philosophers. It is about concurrent programming with threads and mutexes and processes.

Language: C - Size: 98.6 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

star-child-0/Hypatia-philosopher-tester

Tester for the Dining philosophers of 42Cursus

Language: Shell - Size: 10.7 KB - Last synced: 12 days ago - Pushed: 10 months ago - Stars: 1 - Forks: 0

AzerSD/Extended-Dining-Philosophers

Extends the classic Dining Philosophers problem to a larger group of philosophers. The problem requires finding a solution that allows all the philosophers to eat without deadlock or starvation, even as the number of philosophers increases.

Language: C - Size: 1.38 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 2 - Forks: 0

karadnz/Philosophers

My solution to dining philosophers problem using threads, mutexes, processes and semaphores.

Language: C - Size: 68.4 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0