vix.ing · top · new · best · stats

Efficient Planarity Testing

1974/10/01 by John Hopcroft, John E. Hopcroft, Robert E. Tarjan +1 · 1,082 citations
Computer Science · Mathematics · #Algorithm #Combinatorics #Computational Geometry and Mesh Generation #Computer science #Digital Image Processing Techniques #Graph #Graph Theory and Algorithms #Mathematics #Planarity testing #Plane (geometry) #Theoretical computer science

paper · pdf · doi:10.1145/321850.321852

published in Journal of the ACM 21(4), 549-568 (Association for Computing Machinery)

openalex publication_date 1974/10/01 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/26

Abstract

This paper describes an efficient algorithm to determine whether an arbitrary graph G can be embedded in the plane. The algorithm may be viewed as an iterative version of a method originally proposed by Auslander and Parter and correctly formulated by Goldstein. The algorithm used depth-first search and has O ( V ) time and space bounds, where V is the number of vertices in G . An ALGOL implementation of the algorithm succesfully tested graphs with as many as 900 vertices in less than 12 seconds.

Cited by

Related