Graph Theory Walk and Path
Graph Theory Walk and Path
NOTE
It is important to note the following points-
If length of the walk = 0, then it is called as a Trivial Walk.
Both vertices and edges can repeat in a walk whether it is an open walk or a
closed walk.
Example-
Fig. 1
In Fig. 1, the walk
is closed.
is a cycle.
Fig. 1
is a trial.
Circuit in Graph Theory-
In graph theory, a circuit is defined as a closed walk in which-
Vertices may repeat.
But edges are not allowed to repeat.
In graph theory, a closed trail is called as a circuit.
NOTE
It is important to note the following points-
Every path is a trail but every trail need not be a path.
Every cycle is a circuit but every circuit need not be a cycle.
Problem-01:
1. a , b , g , f , c , b
2. b , g , f , c , b , g , a
3. c , e , f , c
4. c , e , f , c , e
5. a , b , f , a
6. f , d , e , c , b
Solution-
1. Trail
2. Walk
3. Cycle
4. Walk
5. Not a walk
6. Path
Problem-02:
Consider the following sequences of vertices and answer the questions that
follows:
A. x,v,y,w,v
B. x,u,x,u,x
C. x,u,v,y,x
D. x,v,y,w,v,u,x
Solution-
Part-01:
Part-03:
Part-04: