Advertisement
P0ulp1

PHILOSOPHERS RESOURCES

Nov 12th, 2024 (edited)
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. * https://medium.com/@ruinadd/philosophers-42-guide-the-dining-philosophers-problem-893a24bc0fe2
  2. --> Good blog post to have an overview of the project.
  3.  
  4. * https://www.codequoi.com/en/threads-mutexes-and-concurrent-programming-in-c/
  5. --> Thread and Mutexes oriented blog post.
  6.  
  7. * https://nafuka11.github.io/philosophers-visualizer/
  8. --> Philosophers visualizer to quickly check if your program is outputting good results.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement