Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check whether the graph is planar #15

Open
zmactep opened this issue Feb 25, 2019 · 0 comments
Open

Check whether the graph is planar #15

zmactep opened this issue Feb 25, 2019 · 0 comments

Comments

@zmactep
Copy link
Contributor

zmactep commented Feb 25, 2019

Some algorithms like graph laying require planar graph, so it would be great to have a function to check graph planarity. We have several ways to make this, e.g.:

  1. K5 and K3/3 subgraph search
  2. Euler formula v + e - f = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants