Planeitatea
Planeitatea, or planarity, is the property of an object or a graph to be drawn in the plane without crossings. In geometry, a figure is planar if all its points lie in a single plane. In graph theory, a graph is planar if it can be embedded in the plane so that its edges intersect only at their endpoints.
A finite graph is planar if and only if it does not contain a subgraph that is
Planarity testing and embedding are well-developed areas in computer science. There exist linear-time algorithms to determine
Examples of planar graphs include trees, cycles, and many small graphs, while K5 and K3,3 are classic