Q. Bellmann ford algorithm provides solution for problems.

  • (A) all pair shortest path
  • (B) sorting
  • (C) network flow
  • (D) single source shortest path
πŸ’¬ Discuss
βœ… Correct Answer: (D) single source shortest path
Explanation: bellmann ford algorithm is used for finding solutions for single source shortest path problems. if the graph has no negative cycles that are reachable from the source then the algorithm produces the shortest paths and their weights.

Explanation by: Mr. Dubey
bellmann ford algorithm is used for finding solutions for single source shortest path problems. if the graph has no negative cycles that are reachable from the source then the algorithm produces the shortest paths and their weights.

πŸ’¬ Discussion

πŸ“Š Question Analytics

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