📄️ Count - Exercise 1Starting with a variable count = 0, create N threads that increment the variable with one unit.📄️ Producer-Consumer - Exercise 2Implement the Producer-Consumer Problem using mutex and semaphores.
📄️ Count - Exercise 1Starting with a variable count = 0, create N threads that increment the variable with one unit.