未验证 提交 ef1bf884 编写于 作者: D Deep Raval 提交者: GitHub

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

上级 0b27a9e6
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册