Unit SortThds |
Classes |
TBubbleSort - TBubbleSort
TQuickSort - TQuickSort
TSelectionSort - TSelectionSort
TSortThread -
Functions |
Types |
Constants |
Variables |
Functions |
Types |
PSortArray = ^TSortArrayTSortThread
TSortArray = array[0..MAX_SORTARRAY] of Integer;
Constants |
Variables |