Q. The travelling salesman problem can be solved using

  • (A) a spanning tree
  • (B) a minimum spanning tree
  • (C) bellman – ford algorithm
  • (D) dfs traversal
πŸ’¬ Discuss
βœ… Correct Answer: (B) a minimum spanning tree
Explanation: in the travelling salesman problem we have to find the shortest possible route that visits every city exactly once and returns to the starting point for the given a set of cities. so, travelling salesman problem can be solved by contracting the minimum spanning tree.

Explanation by: Mr. Dubey
in the travelling salesman problem we have to find the shortest possible route that visits every city exactly once and returns to the starting point for the given a set of cities. so, travelling salesman problem can be solved by contracting the minimum spanning tree.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
734
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
89%
Success Rate