mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-13 17:50:45 +08:00
Fixed an issue related to doc (doxygen) (#960)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user