I\'m struggling with quicksort in Knking example.
int split(int a[], int low, int high) { int part_element = a[low]; for(;;) { while(low