/philosophers

42 project - simulated and solved dining philosophers problem with threads

Primary LanguageC

42 project

  • project name: philosophers
  • reference: Dining philosophers problem
  • summary: "In this project, you will learn the basics of threading a process and how to work on the same memory space. You will learn how to make threads. You will discover the mutex, semaphore and shared memory."

readings

parallel computing

Philo