Skip to content

Commit 338d22c

Browse files
Update sorting/quick_sort_iterative.cpp
1 parent b968549 commit 338d22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sorting/quick_sort_iterative.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* https://stackoverflow.com/questions/12553238/quicksort-iterative-or-recursive
88
* https://en.wikipedia.org/wiki/Quicksort
99
* https://www.geeksforgeeks.org/iterative-quick-sort/
10-
* @author Sebe324 (https://github.com/sebe324)
10+
* @author [Sebe324](https://github.com/sebe324)
1111
*/
1212

1313
#include <iostream> /// for std::cout

0 commit comments

Comments
 (0)