InterviewSolution
Saved Bookmarks
| 1. |
The _______ is a touring problem in which each city must be visited exactly once. The aim is to find the shortest tour.(a) Finding shortest path between a source and a destination(b) Travelling Salesman problem(c) Map coloring problem(d) Depth first search traversal on a given map represented as a graphI have been asked this question in an internship interview.I'd like to ask this question from Problem Solving topic in portion Problem Solving of Artificial Intelligence |
|
Answer» CORRECT choice is (b) Travelling Salesman problem For explanation I WOULD SAY: Refer the TSP problem. |
|