Ticket Selling Problem Using Mutex Description A simple C++ Program to solve Ticket Selling Problem using Threads and Mutex Lock. Manual Use the following command to Compile the code: g++ -pthread -o a.out main.cpp Use following commands to Run the Code: ./a.out Working Screenshot