Which algorithm to find the nearest node reachable from the other one by all the outoging paths.
- by ternyk
Hello,
Which algorithm do you recommend to find out the nearest node which can be reached from the specific one by all the paths coming out the node. The graph is directed unweight.
I'm trying to analyze control flow diagram and when there is a 'IF' block I want to find the block which "closes" the 'IF'.