-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add TadpoleDigraph #423
Add TadpoleDigraph #423
Conversation
…increase coverage
…nto Tadpole-graph
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this @LRacine.
As I mentioned in https://github.com/digraphs/Digraphs/pull/424/files#r592302744 you'll need to link your manual entry into the manual.
There are also merge conflicts now with the master branch. If you're confident enough with git to resolve them yourself, then please go ahead, otherwise let me know and I'll be happy to sort it out for you. |
On it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this! Nice work.
|
This creates a tadpole graph, which consists of a cycle graph and a path graph connected by a bridge (as described by https://en.wikipedia.org/wiki/Tadpole_graph).