Science, asked by hridaymazumder2272, 1 year ago

Travelling salesman problem is an example of [MCQ]

Answers

Answered by jennifer39
3
traveling salesman problem is an example of the most notorious computational problem.
Answered by Anonymous
1

Explanation:

Travelling salesman problem is the most notorious computational problem. We can use brute-force approach to evaluate every possible tour and select the best one. ... Instead of brute-force using dynamic programming approach, the solution can be obtained in lesser time, though there is no polynomial time algorithm.

Similar questions