A planar graph is a graph that can be drawn on a plane without any crossing edges. By Euler's formula for planar graphs, we have:
$V - E + F = 2$
where $V$ is the number of vertices, $E$ is the number of edges, and $F$ is the number of faces.
Show more…