Hi everyone,

Is there a way to implement Kruskal's algorithm for finding the MST of an 
undirected graph using priority queues? The standard implementation uses 
the disjoint set data structurel but I was curious if a PQ implementation 
is possible, and potentially even better in time complexity.

I looked it up online and found a PQ implementation for Prim's algorithm, 
but not for Kruskal's algorithm. Any help would be much appreciated. 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/f3a86614-527c-4bc7-b609-7044885825c5n%40googlegroups.com.

Reply via email to