planargraph
Planar graph is a graph that can be drawn in the plane without edge crossings. A drawing with no crossings is called a planar embedding; a plane graph is a planar graph together with a distinguished embedding in the plane.
Euler's formula relates vertices, edges and faces: for a connected planar graph with n vertices, m edges
Planarity can be characterized by forbidden subdivisions of K5 and K3,3 (Kuratowski's theorem): a finite graph
Basic quantitative bounds: for a simple planar graph with n ≥ 3, m ≤ 3n − 6; if the
Planarity testing and embeddings: there exist linear-time algorithms to decide planarity and produce planar embeddings, notably
Applications and related classes: planar graphs arise in circuit layout and map drawing; many visualization problems