3
votes
1answer
90 views
Are there any online algorithms for planarity testing?
I know that planarity testing can be done in O(v) (equivalently O(e), since planar graphs have O(v) edges) time.
I wonder if it can be done online in O(1) amortized time as each e …
