We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d68b37 + 94209ee commit 1b834cbCopy full SHA for 1b834cb
include/graph/algorithm/connected_components.hpp
@@ -17,6 +17,7 @@
17
#include "graph/graph.hpp"
18
#include "graph/views/incidence.hpp"
19
#include "graph/views/vertexlist.hpp"
20
+#include "graph/views/depth_first_search.hpp"
21
#include "graph/views/breadth_first_search.hpp"
22
#include <stack>
23
0 commit comments