This page is intentionally left blank. The following document discusses algorithms for finding minimum spanning trees (MSTs) in graphs, including:
1) Methods for constructing graphs containing the MST generalize to higher dimensions, though some results are less informative in higher dimensions.
2) Yao's algorithm finds MSTs in higher dimensions in time proportional to the number of points raised to a power that depends on the dimension.
3) Agarwal et al. presented a more efficient method using bichromatic nearest neighbors, showing that finding MST edges is no harder than computing bichromatic nearest neighbors.