Open In App
Related Articles

UGC-NET | UGC NET CS 2015 Jun – III | Question 32

Improve Article
Improve
Save Article
Save
Like Article
Like

The travelling salesman problem can be solved in:

(A)

Polynomial time using dynamic programming algorithm

(B)

Polynomial time using branch-and-bound algorithm

(C)

Exponential time using dynamic programming algorithm or branch-and-bound algorithm

(D)

Polynomial time using backtracking algorithm


Answer: (C)

Explanation:

The travelling salesman problem can be solved in exponential time using a dynamic programming algorithm or branch-and-bound algorithm. For more information on the travelling salesman problem and its solution.


Quiz of this Question
Please comment below if you find anything wrong in the above post

Last Updated : 19 Jun, 2018
Like Article
Save Article
Similar Reads