We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b27a9e commit ef1bf88Copy full SHA for ef1bf88
sorting/bogo_sort.cpp
@@ -9,10 +9,10 @@
9
* exist: a deterministic version that enumerates all permutations until it hits a sorted one,
10
* and a randomized version that randomly permutes its input.Randomized version is implemented here.
11
*
12
- * Algorithm -
13
- *
14
- * Shuffle the array untill array is sorted.
+ * ### Algorithm
+ * Shuffle the array untill array is sorted.
15
+ * @author [Deep Raval](https://github.com/imdeep2905)
16
*/
17
#include <iostream>
18
#include <algorithm>
0 commit comments