×

Multiple-Choice Questions

Web Technologies MCQs

Computer Science Subjects MCQs

Databases MCQs

Programming MCQs

Testing Software MCQs

Digital Marketing Subjects MCQs

Cloud Computing Softwares MCQs

AI/ML Subjects MCQs

Engineering Subjects MCQs

Office Related Programs MCQs

Management MCQs

More

Advertisement


The Floyd-Warshall algorithm can handle graphs with which type of edge weights?

27. The Floyd-Warshall algorithm can handle graphs with which type of edge weights?

  1. Only positive edge weights
  2. Only negative edge weights
  3. Both positive and negative edge weights
  4. Only zero edge weights

Answer

The correct answer is: C) Both positive and negative edge weights

Explanation

The Floyd-Warshall algorithm can handle graphs with positive and negative edge weights but does not work correctly with graphs containing negative cycles.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.