int partition(int *arr,int i,int j) { int pivot = arr[j],p=i,q=j; while(ppivot)--q; if(p