DeRuina / philosophersLinks
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.
☆49Updated 2 years ago
Alternatives and similar repositories for philosophers
Users that are interested in philosophers are comparing it to the libraries listed below
Sorting:
- Dining philosophers problem's guide for 42 school☆115Updated 2 years ago
- push_swap is a 42 school project where we must sort random numbers with a limited set of instructions, using the lowest possible number o…☆69Updated 11 months ago
- This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succ…☆122Updated 2 years ago
- The goal of these modules is to introduce us to bject-Oriented Programming.This will be the starting point of our C++ journey.☆82Updated last year
- This project aims to sort data on a stack, with a limited set of instructions, using the lowest possible number of actions.☆69Updated last year
- Pipex is a project that re-creates in C the way two commands are piped together via | in the shell