mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Fixed an issue related to doc (doxygen) (#960)
This commit is contained in:
parent
0b27a9e631
commit
ef1bf8849e
@ -9,10 +9,10 @@
|
||||
* exist: a deterministic version that enumerates all permutations until it hits a sorted one,
|
||||
* and a randomized version that randomly permutes its input.Randomized version is implemented here.
|
||||
*
|
||||
* Algorithm -
|
||||
*
|
||||
* Shuffle the array untill array is sorted.
|
||||
* ### Algorithm
|
||||
* Shuffle the array untill array is sorted.
|
||||
*
|
||||
* @author [Deep Raval](https://github.com/imdeep2905)
|
||||
*/
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
|
Loading…
Reference in New Issue
Block a user