TheAlgorithms-C/sorting
Edwin B. Ajong 16d115d9fb
feat: Odd Even Sorting Algorithm (#855)
* Odd Even Sorting Algorithm

* added Odd Even Sort algorithm

* Odd Even sort algorithm

* Apply suggestions from code review

Co-authored-by: David Leal <halfpacho@gmail.com>

* updating DIRECTORY.md

* Update odd_even_sort.c

* update Odd Even sort

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update sorting/odd_even_sort.c

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update sorting/odd_even_sort.c

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update odd_even_sort.c

* Apply suggestions from code review

* Update sorting/odd_even_sort.c

Co-authored-by: ERR ! <75872316+amino19@users.noreply.github.com>

Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: ERR ! <75872316+amino19@users.noreply.github.com>
2021-09-10 16:12:05 -05:00
..
bead_sort.c [docs] add documentation group (#556) 2020-07-04 13:59:21 -04:00
binary_insertion_sort.c
bogo_sort.c
bubble_sort_2.c Update sorting/bubble_sort_2.c 2021-02-17 22:46:57 -05:00
bubble_sort_recursion.c Bubble sort recursion (#574) 2020-07-21 11:07:30 -04:00
bubble_sort.c bubble sort optimization (#573) 2020-07-21 11:16:11 -04:00
bucket_sort.c
CMakeLists.txt [enhancement] updated cmake checks (#581) 2020-07-23 10:44:18 -04:00
cocktail_sort.c
comb_sort.c
counting_sort.c
cycle_sort.c
gnome_sort.c [Bug] gnome sort: reverted merge commit adding error (#559) 2020-07-08 08:54:58 -04:00
heap_sort_2.c feat: created heap_sort_2.c (#809) 2021-03-12 10:53:06 +05:30
heap_sort.c
insertion_sort_recursive.c insertion_sort_recursive (#647) 2020-10-16 09:01:45 -04:00
insertion_sort.c * fix docs 2020-07-31 20:44:55 +08:00
merge_sort_nr.c
merge_sort.c [bugs & docs] lots of documentation and bug fixes (#554) 2020-07-04 15:05:30 -04:00
multikey_quick_sort.c fix: LGTM warning/alert (#601) 2020-09-09 18:54:16 -04:00
odd_even_sort.c feat: Odd Even Sorting Algorithm (#855) 2021-09-10 16:12:05 -05:00
pancake_sort.c
partition_sort.c
pigeonhole_sort.c
quick_sort.c
radix_sort_2.c
radix_sort.c
random_quick_sort.c
selection_sort_recursive.c Update sorting/selection_sort_recursive.c 2021-03-02 01:08:40 +05:30
selection_sort.c * fix docs 2020-07-31 20:44:55 +08:00
shaker_sort.c
shell_sort2.c [docs] add documentation group (#556) 2020-07-04 13:59:21 -04:00
shell_sort.c
stooge_sort.c