I want to find a circuit in a direct graph , this circuit starts at a specific vertex and ends at it. I use adjacency list data structure to create this graph but I could n’t know how the algorithm would be, please help me.
Thanks a lot
I want to find a circuit in a direct graph , this circuit starts
Share
May be this hint will help:
AND Store its parent
already colored, then loop back to its parents until you get same
node.