▲ | spankalee 4 days ago | ||||||||||||||||
There seems to be an error in the very first example. They show (3,1) as a valid pair, but node 3 is not labeled as being in set A. Either the graph is mislabeled or the example valid pair is wrong. | |||||||||||||||||
▲ | emih 4 days ago | parent [-] | ||||||||||||||||
Whoops, you got me. Fixed! At some point I relabeled the vertices to match the DFS order, but I must have forgotten to update this example. | |||||||||||||||||
|