Expand description
An implementation of the eager version of Prim’s algorithm which relies on using an indexed priority queue data structure to query the next best edge.
An implementation of the eager version of Prim’s algorithm which relies on using an indexed priority queue data structure to query the next best edge.