The Philosophers project at 42
☆39Dec 19, 2019Updated 6 years ago
Alternatives and similar repositories for 42-Philosophers
Users that are interested in 42-Philosophers are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- This is my final 42's project philosophers, the goal was to learn threads and mutexs☆51Sep 29, 2021Updated 4 years ago
- This project is an introduction to the basics of process threading, and how work on the same memory space.☆13Sep 30, 2020Updated 5 years ago
- Development repo for 42cursus' minishell project☆19Jun 23, 2021Updated 5 years ago
- A guide to NetPractice: a set of networking exercises with a focus on IP addresses and subnet masks.☆381Jul 11, 2025Updated last year
- Dining philosophers problem's guide for 42 school☆116Apr 12, 2023Updated 3 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 42Course☆84Updated this week
- Dining philosophers problem is a problem created by Edsger Wybe Dijkstra in 1965 to explain the deadlock state of an operating system, wh…☆46Oct 20, 2022Updated 3 years ago
- The CPP modules at 42☆15Jan 10, 2020Updated 6 years ago
- School 42 project // Sorting algorithm using two stacks☆46Dec 13, 2018Updated 7 years ago
- The cub3d project at 42☆74Nov 13, 2019Updated 6 years ago
- Learn to use docker-compose☆67Jan 12, 2023Updated 3 years ago
- This is my final 42's project Minishell, I implemented my own shell in C, which supports redirections, pipes, environment variables and s…