pivot >= sqList.Data[i]
sqList.Data[i] >= sqList.Data[j]
sqList.Data[j] = temp;
QuickSort(sqList, low, i);