Пример #1
0
 public void Test_BucketSort()
 {
     BucketSort.SortIterative(arr);
     //HeapSort.SortRecursive(arr, arr.Length);
 }