Artificial Intelligence Algorithms Question:
Download Questions PDF

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

Artificial Intelligence Algorithms Interview Question
Artificial Intelligence Algorithms Interview Question

Answer:

b) Travelling Salesman problem
Explanation:
Refer the TSP problem.

Download Artificial Intelligence Algorithms Interview Questions And Answers PDF

Previous QuestionNext Question
Language/Languages used for programming Constraint Programming includes:
a) Prolog
b) C++
c) C
d) Fortrun
A problem solving approach works well for:
a) 8-Puzzle problem
b) 8-queen problem
c) Finding a optimal path from a given source to a destination
d) Mars Hover (Robot Navigation)