Embed presentation

































This document discusses greedy algorithms for minimum spanning trees and shortest paths. It describes Prim's and Kruskal's algorithms for finding minimum spanning trees in graphs, noting Kruskal's runs in O(|E| log |E|) time with an efficient sorting algorithm. It also mentions Dijkstra's algorithm for finding shortest paths in graphs with non-negative edge weights.
































