[PR #221] BugFix : loop out of range cause the stack smashing #508

Closed
opened 2026-01-29 15:13:20 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/TheAlgorithms/C/pull/221

State: closed
Merged: No


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
**Original Pull Request:** https://github.com/TheAlgorithms/C/pull/221 **State:** closed **Merged:** No --- 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
claunia added the pull-request label 2026-01-29 15:13:20 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#508