Fixed an issue related to doc (doxygen) (#960)

This commit is contained in:
Deep Raval 2020-07-20 00:12:01 +05:30 committed by GitHub
parent 0b27a9e631
commit ef1bf8849e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>