edited by
2,151 views

7 Answers

0 votes
0 votes

In hamiltonian circuit all vertices should be covered in the path without repetition of vertices. (and initial and final vertex should be same)

A. vertices are repeated no need to check.

B. A comes twice. Intuitively after AFC is traversed, you can note that we can either go to B side or ED side. So all vertices cannot be traversed after this.

D. No edge between E and B.

.

C satisfies all condition. So C is correct.

0 votes
0 votes
for this type of question go by option because there is no certain formula to find hamiltonian circuit

(A) for hamiltonian path vertices cannot be repeated so ignore that

(B)for circuit condition first vertices eula to last vertices so ignore that

(c)after visiting the graph each vertices is visited once and first vertices equal last vertices

(D)no each between e and b so ignore that option also.
Answer:

Related questions

0 votes
0 votes
0 answers
1
admin asked Mar 30, 2020
1,193 views
Which of the following statements is/are TRUE for an undirected graph?Number of odd degree vertices is evenSum of degrees of all vertices is evenP onlyQ onlyBoth P and QN...
0 votes
0 votes
4 answers
2
admin asked Mar 30, 2020
1,448 views
Consider the following graph $L$ and find the bridges,if any.No bridge$\{d,e\}$$\{c,d\}$$\{c,d\}$ and $\{c,f\}$
0 votes
0 votes
3 answers
3
admin asked Mar 30, 2020
2,322 views
The following graph has no Euler circuit becauseIt has $7$ vertices.It is even-valent (all vertices have even valence).It is not connected.It does not have a Euler circui...
0 votes
0 votes
4 answers
4
admin asked Mar 30, 2020
8,084 views
If $G$ is an undirected planar graph on $n$ vertices with $e$ edges then$e\leq n$$e\leq 2n$$e\leq 3n$None of the option