Ejemplo n.º 1
0
 private void Qsort()
 {
     P.Sort2(0, P.n - 1);
     PrintPoints();
     P.ReverseListCompletely();
     System.Diagnostics.Debug.WriteLine("list reversed...");
 }