mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 13:31:21 +03:00
16d115d9fb
* 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> |
||
---|---|---|
.. | ||
bead_sort.c | ||
binary_insertion_sort.c | ||
bogo_sort.c | ||
bubble_sort_2.c | ||
bubble_sort_recursion.c | ||
bubble_sort.c | ||
bucket_sort.c | ||
CMakeLists.txt | ||
cocktail_sort.c | ||
comb_sort.c | ||
counting_sort.c | ||
cycle_sort.c | ||
gnome_sort.c | ||
heap_sort_2.c | ||
heap_sort.c | ||
insertion_sort_recursive.c | ||
insertion_sort.c | ||
merge_sort_nr.c | ||
merge_sort.c | ||
multikey_quick_sort.c | ||
odd_even_sort.c | ||
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 | ||
selection_sort.c | ||
shaker_sort.c | ||
shell_sort2.c | ||
shell_sort.c | ||
stooge_sort.c |