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 b968549 commit 338d22cCopy full SHA for 338d22c
sorting/quick_sort_iterative.cpp
@@ -7,7 +7,7 @@
7
* https://stackoverflow.com/questions/12553238/quicksort-iterative-or-recursive
8
* https://en.wikipedia.org/wiki/Quicksort
9
* https://www.geeksforgeeks.org/iterative-quick-sort/
10
- * @author Sebe324 (https://github.com/sebe324)
+ * @author [Sebe324](https://github.com/sebe324)
11
*/
12
13
#include <iostream> /// for std::cout
0 commit comments