TheAlgorithms-C/sorting
Krishna Vedala cdf8453db8
[Bug] gnome sort: reverted merge commit adding error (#559)
* Revert "Merge pull request #513 from tania-cmyk/master"

This reverts commit 5eebdedefc, reversing
changes made to 53e92ebc05.

* formatting source-code for 16110cd079

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-07-08 08:54:58 -04:00
..
CMakeLists.txt check if math library is available and include if present 2020-05-29 14:04:14 -04:00
bead_sort.c [docs] add documentation group (#556) 2020-07-04 13:59:21 -04:00
binary_insertion_sort.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
bogo_sort.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
bubble_sort.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
bubble_sort_2.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
bucket_sort.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
cocktail_sort.c formatting filenames 909e15d8be 2020-05-30 18:26:19 +00:00
comb_sort.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
counting_sort.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
cycle_sort.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
gnome_sort.c [Bug] gnome sort: reverted merge commit adding error (#559) 2020-07-08 08:54:58 -04:00
heap_sort.c formatting filenames 909e15d8be 2020-05-30 18:26:19 +00:00
insertion_sort.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
merge_sort.c [bugs & docs] lots of documentation and bug fixes (#554) 2020-07-04 15:05:30 -04:00
merge_sort_nr.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
multikey_quick_sort.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
pancake_sort.c formatting filenames 909e15d8be 2020-05-30 18:26:19 +00:00
partition_sort.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
pigeonhole_sort.c formatting filenames 909e15d8be 2020-05-30 18:26:19 +00:00
quick_sort.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
radix_sort.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
radix_sort_2.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
random_quick_sort.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
selection_sort.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
shaker_sort.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
shell_sort.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
shell_sort2.c [docs] add documentation group (#556) 2020-07-04 13:59:21 -04:00
stooge_sort.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00