Ejemplo n.º 1
0
 public List <List <QuickSortData> > QuickSort(int[] datas)
 {
     return(quickSortService.QuickSort(datas));
 }