missing counting changes
This commit is contained in:
@@ -353,8 +353,8 @@ int main (int argc, char **argv) {
|
||||
|
||||
// O((1/2) * n^2 - (1/2) * n)
|
||||
if (counting) {
|
||||
start_sort("Count sort corriendo... ", n);
|
||||
count_sort(work_array, n);
|
||||
start_sort("Counting sort corriendo... ", n);
|
||||
counting_sort(work_array, n);
|
||||
end_sort();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user