I tried many times but my quicksort does not work, I know I have to do:
{`int pivot = end data;
Node pivot.previous = start;
Node current = start;