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 6c2158e commit 4b6c5ffCopy full SHA for 4b6c5ff
sorting/selection_sort_recursive.cpp
@@ -29,7 +29,7 @@
29
30
#include <algorithm> /// for std::is_sorted
31
#include <cassert> /// for assert
32
-#include <cstdint> /// for integral typedefs
+#include <cstdint>
33
#include <iostream> /// for std::swap and io operations
34
#include <vector> /// for std::vector
35
0 commit comments