DSA/algorithms/C
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
..
arrays chore(C): add shuffle array algorithm (#827) 2022-09-03 10:55:52 -04:00
bit-manipulation chore(C): added bit-manipulation (#348) 2021-06-10 14:47:56 -04:00
graphs chore(C): add breadth-first search and depth-first search (#644) 2021-12-08 10:18:05 -04:00
linked-lists enh(C): add more functions to gl-threads.c (#566) 2021-10-13 07:07:26 -04:00
maths docs: fix typos 2022-08-20 11:48:26 -04:00
queues chore(C): add circular queue (#599) 2021-10-25 08:49:58 -04:00
recursion chore(C): add tower of Hanoi using recursion (#681) 2022-01-26 09:06:18 -04:00
searching chore(C): added Interpolation Search (#337) 2021-06-06 21:36:55 -04:00
sorting chore(C): add bogo sort algorithm (#829) 2022-09-06 18:31:56 +05:00
stacks chore(C): add stacks arrays and linked list (#655) 2022-01-05 09:21:41 -04:00
strings chore(C): add longest common subsequence (#536) 2021-10-12 08:56:12 -04:00
tree chore(C): add min and max heap (#386) 2021-07-12 08:30:17 -04:00
README.md chore(C): add bogo sort algorithm (#829) 2022-09-06 18:31:56 +05:00