Commit Graph

3 Commits

Author SHA1 Message Date
Libin Yang
cef21ccea9
Update shellSort.c 2019-05-05 15:34:27 +08:00
zeroway
1abb8b20bb BugFix : loop out of range will cause stack smashing
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
2019-02-19 17:20:10 +00:00
Anup Kumar Panwar
444d4b11d5 Refactor 2018-10-08 21:18:35 +05:30