InterviewSolution
Saved Bookmarks
| 1. |
The travelling salesman problem can be solved using _________(a) A spanning tree(b) A minimum spanning tree(c) Bellman – Ford algorithm(d) DFS traversalI have been asked this question in class test.The query is from Minimum Spanning Tree topic in division Minimum Spanning Tree of Data Structures & Algorithms II |
|
Answer» The correct choice is (b) A minimum spanning TREE |
|