Search code examples
graph-theorygraph-algorithmcycletransitive-closure

what is the difference between Cycle and circuit


I have confusion that what is the differnce between the two ?

Cycle and circuit so please make me sure by diagrams if possible.

what i have in mind is that the cycle is always in undirected graph the circuit is always a directed graph. please correct me if i am wrong ?


Solution

  • @blgt There is some difference , I found it finally.

    The circuit is on directed graph and the cycle may be undirected graph. whereas the path can be differntiated by cycle and circuit by the point that path start from u vertex and may end at v vertex.(starting point and end point are not same) and it may even repeat the same vertex again but not the case with circuit. see this link for more information- http://www.esiee.fr/~coustyj/EnglishMorphoGraph/L3.pdf (i prefer to give the link in order to make it helpful for future refrence)