Jump to content

Urquhart graph

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 71.146.68.48 (talk) at 04:16, 13 May 2010. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.

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 p and q when there does not exist any third point r that is closer to both p and q than they are to each other). Since Delaunay triangulations can be constructed in time O(n log n), 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 O(n log n) time, left open by the mismatch between the Urquhart graph and the relative neighborhood graph, was solved by Supowit (1983).[4]

References

  1. ^ Urquhart, R. B. (1980), "Algorithms for computation of relative neighborhood graph", Electronics Letters, 16 (14): 556–557, doi:10.1049/el:19800386.
  2. ^ Toussaint, G. T., "Comment: Algorithms for computing relative neighborhood graph", Electronics Letters, 16 (22): 860, doi:10.1049/el:19800611. Reply by Urquhart, 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.