Consider a point set
Let
(Hint: Use symmetry across a diagonal axis.)
Let
(Hint: start with circle
Based on the result of part (b), which pairs of points form edges of the Delaunay triangulation of these
Use part (c) and the idea from the "circus tent" 3d convex hull example to find an order for inserting these
The minimum spanning tree of a set of
Find an example of a set of four points for which connecting every point to its nearest neighbor produces all of the edges in the minimum spanning tree.
Find an example of a set of four points for which connecting every point to its nearest neighbor does not produce all of the edges in the minimum spanning tree.
Draw the subdivision of the plane resulting from an autopartition of the arrangement of three line segments shown below. You may choose any segment ordering for the autopartition; you do not have to order them randomly. Label each region of the resulting subdivision, and draw a binary tree representing the binary space partition, with the leaf nodes of the tree labeled by their corresponding regions.
(If you redraw the segments rather than copying this image, you do not need them to be in precisely the same geometric positions as long as it does not affect the structure of the binary space partition.)
For the same arrangement, draw the subdivision of the plane resulting from the shallow partition strategy, starting with an initial slab whose top and bottom lines pass through the top and bottom vertices of the arrangement. If this strategy needs to choose a median of an even number of items, choose the smaller of the two median values. Label each region of the resulting subdivision, and draw a binary tree representing the binary space partition, with the leaf nodes of the tree labeled by their corresponding regions.