×

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


In Prim's algorithm, what data structure is commonly used to efficiently select the minimum weight edge?

43. In Prim's algorithm, what data structure is commonly used to efficiently select the minimum weight edge?

  1. Stack
  2. Queue
  3. Priority Queue
  4. Linked List

Answer

The correct answer is: C) Priority Queue

Explanation

A priority queue helps in efficiently selecting the edge with the minimum weight at each step.

Comments and Discussions!

Load comments ↻






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