#include thread mergesort(double array,int m) thread t[2]; t[0] = thread(random(array, m)); t[1] = threa
#include
thread mergesort(double array,int m)
thread t[2];
t[0] = thread(random(array, m));
t[1] = threa