What is the key difference between Prim's and Kruskal's algorithms?
a) Prim's algorithm adds nodes one at a time
b) Kruskal's algorithm ignores edge weights
c) Prim’s algorithm only works on unweighted graphs
d) Kruskal’s algorithm starts with a complete graph