PlanarityTests
PlanarityTests concerns the problem of deciding whether a given undirected graph can be drawn on the plane without any edge crossings, and, in the positive case, producing a planar embedding of the graph. A planar embedding records how the edges are arranged around each vertex, effectively specifying the faces of the drawing.
Theoretical basis for planarity rests on Kuratowski’s theorem, which states that a graph is planar if and
Algorithmically, planarity testing has a long history and several linear-time solutions. Early linear-time algorithms were developed
Outputs of planarity tests include either a confirmation of planarity accompanied by an embedding (rotation system