Skip to content

Commit dba0fd5

Browse files
committed
few changes
1 parent 210b3dc commit dba0fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5.quick_sort.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ int main()
4141
start = clock();
4242
quickSort(arr, 0, N - 1);
4343
end = clock();
44-
cout << "Time taken for insertion sort: " << ((float)(end - start)) / CLOCKS_PER_SEC << " sec \n";
44+
cout << "Time taken for quick sort: " << ((float)(end - start)) / CLOCKS_PER_SEC << " sec \n";
4545

4646
cout << "Sorted array: " << endl;
4747
for (int i = 0; i < N; i++)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy