41
A, B, G, F, C, D Trailbecause there is no repeated edge in the sequence
B, G, F, C, B, G, A Walkbecause the sequence contains the repeated edges and
vertices.
C, E, F, C Cyclebecause the sequence does not contain any repeated vertex or
edge except the starting vertex C.
C, E, F, C, E Walkbecause the sequence contains the repeated edges and
vertices.
A, B, F, A Not a Walkbecause there is no direct path to go from B to F. That's
why we can say that the sequence ABFA is not a Walk.
F, D, E, C, B Pathbecause the sequence does not contain any repeated edges
and vertices.