crossingfree
Crossingfree is an adjective used in geometry and graph drawing to describe a representation in which no two curves or line segments intersect except possibly at common endpoints. In the plane, a drawing of a graph is crossingfree if its edges meet only at shared vertices and otherwise do not cross. A graph is described as crossingfree when it admits such a drawing.
In graph theory, a crossing-free drawing is a planar embedding; the graph is planar if and only
Key results: Fary's theorem states that every planar graph can be drawn with straight-line edges without crossings,
Planarity testing: Determining if a given graph is crossingfree is done by planarity testing algorithms, such
Applications: crossingfree representations are important in network visualization, circuit layout (VLSI), cartography, and geometric data visualization,
See also: planar graph, crossing number, straight-line drawing, planarity testing.