diff --git a/Assignment_1/helper_code.cpp b/Assignment_1/helper_code.cpp deleted file mode 100644 index 8ff303c..0000000 --- a/Assignment_1/helper_code.cpp +++ /dev/null @@ -1,41 +0,0 @@ -/**** 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 "<