Page 1 of 1

What is the difference between Prim’s Eager Algorithm for calculating an edge to add to a MST of an undirected Graph and

Posted: Mon Mar 21, 2022 4:49 pm
by answerhappygod
What is the difference between Prim’s Eager Algorithm for
calculating an edge to add to a MST of an undirected Graph and
Dijkstra’s Algorithm for calculating and edge to add to the
shortest path tree for a directed graph?