/**** This is a helper/skeleton code for the assignment ****/ /**** Author: Sarbojit Das ****/ /**** Compile using command g++ simple_thread.cpp -lpthread ****/ #include #include #include"adt_set.cpp" using namespace std; ADT_Set adt_set = ADT_Set(); void worker_func(int num, operation test_case[]){ cout<<"Worker "<