...
Programming
February 13, 2024
Question 10827 – Algorithm-Paradigms
February 13, 2024
Programming
February 13, 2024
Question 10827 – Algorithm-Paradigms
February 13, 2024

Question 10826 – Algorithm-Paradigms

Which of the following algorithms doesn’t require Priority queue for its implementation?

Correct Answer: D

Question 3 Explanation: 
Kruskal’s ,prims , and huffman code generation algorithm require priority queue. But in floyd warshall we use matrix .
A
Kruskal’s algorithm
B
Prim’s algorithm
C
Huffman code generation algorithm
D
Warshall’s algorithm

Leave a Reply

Your email address will not be published. Required fields are marked *