diff --git a/Chap22/22.3-7/22.3-7.h b/Chap22/22.3-7/22.3-7.h index c08f19b..1fd7957 100644 --- a/Chap22/22.3-7/22.3-7.h +++ b/Chap22/22.3-7/22.3-7.h @@ -65,7 +65,7 @@ void dfsStack(Graph& G) { S.push(w); printGraph(G); isNeighborhoodsAllDiscovered = false; - break; +// break; } } } @@ -83,4 +83,4 @@ void dfsStack(Graph& G) { } // namespace CH22 } // namespace CLRS -#endif \ No newline at end of file +#endif