next up previous
Next: Minimum Spanning Tree Up: Easy Graph Problems Previous: Topological Sorting

Planarity Testing

Given a graph G, can G be drawn in the plane such that no two edges cross? This algorithm is O(|V| + |E|), using depth-first-search in subtle and clever way.



Nitin Sharma
Wed Oct 8 17:46:14 PDT 1997