mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-29 08:52:07 +00:00
Data Sorted
Shell Sort Big O Notation:
--> Best Case: O(n log(n))
--> Average Case: depends on gap sequence
--> Worst Case: O(n)
Time spent sorting: 0.000006
*** stack smashing detected ***: <unknown> terminated
Aborted