Need to make Locks and Mutex
Added template file given in:
parallel_hashtable.c
How to run:
gcc -pthread <filename>.c -o <filename>
Testing
Implementing Mutex
Implementing Spinlocks
Implementing Parallelization
Implementing Buckets
parallel_mutex.c
parallel_spin.c
parallel_mutex_opt.c
Partner.txt