Practice Problems for Up-Trees and Kruskal
- Problem 8.1 c (weighted union)
- Problem 8.2 just for the final tree of 8.1c (path compression)
- Problem 9.15 (Kruskal Only)
In this problem use the following ordered list as your
priority queue.
- (E,I)
- (C,G)
- (E,H)
- (E,B)
- (F,G)
- (A,B)
- (B,F)
- (I,F)
- (A,E)
- (A,D)
- (H,I)
- (D,E)
- (D,H)
- (F,C)
- (I,J)
- (J,G)
- (B,C)
- (E,F)
- (F,J)