Posts by Eduardo Silveira • 31 points
1 post
-
3
votes1
answer2865
viewsQ: Doubt in the implementation of the deep search in Graphs
I’m studying for a proof of algorithms and I ended up finding some problems to implement the DFS(Depht-First Search/deep search) using data structure Stack. static void…