Skip to content
Related Articles
Get the best out of our app
GFG App
Open App
geeksforgeeks
Browser
Continue

Related Articles

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

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

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

My Personal Notes arrow_drop_up
Last Updated : 19 Jun, 2018
Like Article
Save Article
Similar Reads