Dining Philosophers Problem Sol1: Implementation of Monitor in C. Sol2: Simulation of the functionality of Monitor using POSIX Mutex and Condition Variable by SYQ To compile and run, # For Solution 1 $ make $ ./dpmake # For Solution 2 $ gcc NOT_USING_MONITOR.c -o p2.o $ ./p2.o