vix.ing · top · new · best · stats · spec

Counting the Number of Crossings in Geometric Graphs

2019/04/24 by Duque, Frank, Fabila-Monroy, Ruy, Hernández-Vélez, César +1
#Computational Geometry (cs.CG) #FOS: Computer and information sciences

paper · doi:10.48550/arxiv.1904.11037

Abstract

A geometric graph is a graph whose vertices are points in general position in the plane and its edges are straight line segments joining these points. In this paper we give an O(n2 log n) algorithm to compute the number of pairs of edges that cross in a geometric graph on n points. For layered, and convex geometric graphs the algorithm takes O(n2) time.

Related