1.

Hamilton circuit problem can have the following version/s as per the input graph:(a) directed(b) undirected(c) both (a) and (b)(d) none of the mentionedThis question was posed to me in an internship interview.This interesting question is from Node-Cover Problem, Hamilton Circuit Problem in division Intractable Problems of Automata Theory

Answer»

The correct option is (c) both (a) and (b)

The BEST I can explain: Hamilton circuit problem is a problem DETERMINING whether a Hamiltonian path(a path in an undirected or directed graph that visits each VERTEX EXACTLY once) exists in a graph(directed or undirected).



Discussion

No Comment Found

Related InterviewSolutions