Urquhart graph

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

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 [math]\displaystyle{ p }[/math] and [math]\displaystyle{ q }[/math] when there does not exist any third point [math]\displaystyle{ r }[/math] that is closer to both [math]\displaystyle{ p }[/math] and [math]\displaystyle{ q }[/math] than they are to each other). Since Delaunay triangulations can be constructed in time [math]\displaystyle{ O(n\log n) }[/math], 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 [math]\displaystyle{ O(n\log n) }[/math] 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

  1. Urquhart, R. B. (1980), "Algorithms for computation of relative neighborhood graph", Electronics Letters 16 (14): 556–557, doi:10.1049/el:19800386 .
  2. "Comment: Algorithms for computing relative neighborhood graph", Electronics Letters 16 (22): 860, 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, http://rutcor.rutgers.edu/~dandrade/papers/ug.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 .