DSA/algorithms/C/sorting
Ivan Kirspu 033fbe1503
chore(C): add bogo sort algorithm (#829)
* Add bogo sort algorithm

* Add bogo sort to README.md

* Fix typo

Co-authored-by: Ivan Kirspu <luneyune@users.noreply.github.com>
2022-09-06 18:31:56 +05:00
..
bogo-sort.c chore(C): add bogo sort algorithm (#829) 2022-09-06 18:31:56 +05:00
bubble-sort.c chore(C): Add bubble sorting (#269) 2021-04-29 11:35:44 -04:00
heap-sort.c chore(C): add Heap-sort (#285) 2021-05-08 13:04:14 -04:00
insertion-sort.c chore: added insertion sort in C (#235) 2021-04-20 08:22:15 -04:00
merge-sort.c Redirected C Folder (#228) 2021-04-18 12:19:00 -04:00
quick-sort.c chore(C): add quick sort (#652) 2021-12-18 09:50:37 -04:00
radix-sort.c chore(C): add radix sort (#718) 2022-03-21 08:51:55 -04:00
selection-sort.c chore(C): add selection sort (#399) 2021-07-30 09:46:05 -04:00
shell-sort.c chore(C): add shell sort (#678) 2022-02-02 01:33:55 -04:00