◀ ▲ ▶Branches / Graph-theory / Chapter: Conditions for Planarity and Planarity Testing
Chapter: Conditions for Planarity and Planarity Testing
Planarity testing is a very common problem in graph theory because only planar graphs have a planar embedding. In this chapter, we will learn about some necessary and sufficient criteria to decide, whether a given graph is planar or not. Also, we will learn about some methods to test a given graph for being planar. These tests can be transformed into algorithms and be programmed using a computer.
Table of Contents
Explanations: 1
- Proposition: A Necessary Condition for a Graph to be Planar
- Proposition: A Necessary Condition for a Graph with Shortest Cycles to Be Planar
- Proposition: A Necessary Condition for a Graph with Shortest Cycles to Be Planar (II)
- Proposition: Relationship Between Planarity and Connectivity of Graphs
- Proposition: Relationship Between Planarity and Biconnectivity of Graphs
Thank you to the contributors under CC BY-SA 4.0!
- Github:
-