

InterviewSolution
Saved Bookmarks
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) |
|