1.

Prim’s algorithm is also known as __________(a) Dijkstra–Scholten algorithm(b) Borůvka’s algorithm(c) Floyd–Warshall algorithm(d) DJP AlgorithmThe question was posed to me during an interview for a job.My doubt stems from Minimum Spanning Tree in division Minimum Spanning Tree of Data Structures & Algorithms II

Answer»

The correct option is (d) DJP ALGORITHM

Easiest explanation - The Prim’s algorithm was developed byVojtěch Jarník and it was LATTER DISCOVERED by the duo Prim and DIJKSTRA. Therefore, Prim’s algorithm is also known as DJP Algorithm.



Discussion

No Comment Found

Related InterviewSolutions