Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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 graph

Answer: b
Explanation: Refer the TSP problem.

Join The Discussion