A*, Randomized algos Flashcards
Planar graphs, A*, randomized algorithms
1
Q
What is planar graph? How is called a drawing of a planar graph?
A
Planar graph is a graph, which can be drawn in the plane in a way s.t. no two edges intersect geometrically (except at the vertex to which both are incident). Such drawing is called planar embedding
2
Q
What are Kuratowski graphs?
A
Cannot be drawn in a plane without crossing edges. i.e. K3,3 or K5
3
Q
How many edges and vertices are there for simple planar graphs and for simple planar bipartite graphs?
A
for |V| >= 3, |E| <= 3|V| - 6
for bipartite: if |V| >= 3 then |E| <= 2|V| - 4
4
Q
Define Wagner’s theorem
A
A graph is planar iff it has no minor isomorphi to K5 or K3,3