Given a directed graph, can you determine if it can be drawn as a planar graph?

68 Views Asked by At

Say a directed graph has loops and has nodes directed towards each other.

I would like to know if there is an algorithm for determining if the graph can be drawn as a planar graph.