Pongsakorn TIPPAYASOMDECH
2698ad2d13
fix: Segmentation fault in merge_sort.c
( #1243 )
...
* fix segmentation fault
* add a comments
* add print error message when can't malloc and exit program
* Update sorting/merge_sort.c
Co-authored-by: Sharon "Cass" Cassidy <monadicdiffusive@proton.me>
* Update sorting/merge_sort.c
Co-authored-by: Sharon "Cass" Cassidy <monadicdiffusive@proton.me>
---------
Co-authored-by: Sharon "Cass" Cassidy <monadicdiffusive@proton.me>
2023-04-08 19:58:03 -06:00
Navid Salehi
934f55f179
fix: merge sort bug ( #921 )
...
Merge sort does not work properly. To reproduce the bug input 6, 5, 4, 3, 2, 1 the output would be 2, 3, 1, 4, 5, 6.
Co-authored-by: David Leal <halfpacho@gmail.com>
2021-12-02 12:55:40 -06:00
Krishna Vedala
6072e3b111
[bugs & docs] lots of documentation and bug fixes ( #554 )
...
* sudoku - lots of documentation and bug fixes
Signed-off-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
* fix uint8_t format specifier
* fix format specifiers
* fix space in doc
* fix doc for get_next_unknown
* fix docs and lgtm alert in euler problem 19
* fix docs & lgtm error fibonacci_fast
* fix docs & lgtm alert merge_sort
* free dynamic memory
2020-07-04 15:05:30 -04:00
github-actions
6f98288110
formatting source-code for 5bba04b671
2020-06-28 15:25:37 +00:00
github-actions
0779a2b70d
formatting source-code for b388e4a309
2020-05-29 20:23:24 +00:00
Krishna Vedala
dc5d25690b
renamed conflicting mergesort
function
2020-04-07 18:33:49 -04:00
cclauss
ecb73860a3
Fix filenames for DIRECTORY.md
2020-01-09 10:27:32 +01:00