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 9f0c8eb commit 8982255Copy full SHA for 8982255
sorting/quick_sort_iterative.cpp
@@ -13,7 +13,7 @@
13
#include <iostream> /// for std::cout
14
#include <vector> /// for std::vector
15
#include <stack> /// for std::stack
16
-#include <algorithm> ///for std::is_sorted
+#include <algorithm> /// for std::is_sorted
17
#include <cassert> /// for assert
18
19
/**
0 commit comments