Urquhart graph

Summary

In computational geometry, the Urquhart graph of a set of points in the plane, named after Roderick B. Urquhart, is obtained by removing the longest edge from each triangle in the Delaunay triangulation.

Example of Urquhart graph: the (thin cyan) longest edges are removed from each Delaunay triangle.

The Urquhart graph was described by Urquhart (1980), who suggested that removing the longest edge from each Delaunay triangle would be a fast way of constructing the relative neighborhood graph (the graph connecting pairs of points and when there does not exist any third point that is closer to both and than they are to each other). Since Delaunay triangulations can be constructed in time , the same time bound holds for the Urquhart graph as well.[1] Although it was later shown that the Urquhart graph is not exactly the same as the relative neighborhood graph,[2] it can be used as a good approximation to it.[3] The problem of constructing relative neighborhood graphs in time, left open by the mismatch between the Urquhart graph and the relative neighborhood graph, was solved by Supowit (1983).[4]

Like the relative neighborhood graph, the Urquhart graph of a set of points in general position contains the Euclidean minimum spanning tree of its points, from which it follows that it is a connected graph.

References edit

  1. ^ Urquhart, R. B. (1980), "Algorithms for computation of relative neighborhood graph", Electronics Letters, 16 (14): 556–557, Bibcode:1980ElL....16..556U, doi:10.1049/el:19800386.
  2. ^ Toussaint, G. T. (1980), "Comment: Algorithms for computing relative neighborhood graph", Electronics Letters, 16 (22): 860, Bibcode:1980ElL....16..860T, doi:10.1049/el:19800611. Reply by Urquhart, doi:10.1049/el:19800612 pp. 860–861.
  3. ^ Andrade, Diogo Vieira; de Figueiredo, Luiz Henrique (2001), "Good approximations for the relative neighbourhood graph", Proc. 13th Canadian Conference on Computational Geometry (PDF).
  4. ^ Supowit, K. J. (1983), "The relative neighborhood graph, with an application to minimum spanning trees", J. ACM, 30 (3): 428–448, doi:10.1145/2402.322386.