TheAlgorithms-C/sorting
vinayak bad50992fd
insertion_sort_recursive (#647)
* insertion_sort_recursive

* feat: add insertion sort recursive algorithm

* Update sorting/insertion_sort_recursive.c

Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>

* Update sorting/insertion_sort_recursive.c

Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>

* Update insertion_sort_recursive.c

* Update sorting/insertion_sort_recursive.c

Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>

* Update sorting/insertion_sort_recursive.c

Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>

* Update sorting/insertion_sort_recursive.c

Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>

Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
2020-10-16 09:01:45 -04:00
..
CMakeLists.txt [enhancement] updated cmake checks (#581) 2020-07-23 10:44:18 -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 bubble sort optimization (#573) 2020-07-21 11:16:11 -04:00
bubble_sort_2.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
bubble_sort_recursion.c Bubble sort recursion (#574) 2020-07-21 11:07:30 -04: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 * fix docs 2020-07-31 20:44:55 +08:00
insertion_sort_recursive.c insertion_sort_recursive (#647) 2020-10-16 09:01:45 -04: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 fix: LGTM warning/alert (#601) 2020-09-09 18:54:16 -04: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 * fix docs 2020-07-31 20:44:55 +08: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