This is a small project to unserstand how to use process synchronization in C. This gives a good overview of the mutex, semaphore and shared memory.
In total there are 3 programs:
- Concurrent Merge Sort using mutex
- Vaccination Drive Simulation using semaphores
- Music Concert simulation using semaphores