I need to check the connectivity of the directed nodes in the list. These are basically questions 2 through 7 each. The answer chosen dictates the following question. Since these pairs will be manually captured, I need to check every possible path to go back (not allowed) and dead ends (all routes should stop at the END node) Any pointers?
start --> n1 --- n2 --- n3 --- n4 --- end
\ / \ \ / /
n5 \ n6------ n7
\ \ / /
n8----n9---n10----n11
DIRECTION -->
source
share