-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Fix: Segmentation fault in merge_sort.c and print message #1243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TBH, I'm not exact sure why the original author chose to use dynamic storage allocation, if we are really dealing with arrays that big we wouldn't enter all the data by hand would we?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good enough to me
Co-authored-by: Sharon "Cass" Cassidy <[email protected]>
Co-authored-by: Sharon "Cass" Cassidy <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks! 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
Description of Change
Checklist
Notes: