Open In App

UGC-NET | UGC NET CS 2018 Dec – II | Question 38

​If a graph (G) has no loops or parallel edges and if the number of vertices(n) in the graph is n≥3, then the graph G is Hamiltonian if

(i) deg(v) ≥n/3 for each vertex v
(ii) deg(v) + deg(w) ≥ n whenever v and w are not connected by an edge.
(iii) E (G) ≥ 1/3 (n − 1 )(n − 2 ) + 2 

(A) (i) and (iii) only
(B) (ii) and (iii) only
(C) (iii) only
(D) (ii) only

Answer: (D)
Explanation: In an Hamiltonian Graph (G) with no loops and parallel edges:



Option (D) is correct.
Quiz of this Question

Article Tags :