-
Notifications
You must be signed in to change notification settings - Fork 421
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
Cycle Graph #273
Labels
enhancement
New request
Comments
This looks interesting ! I am happy to contribute. |
@JoshInnis Is this issue still open? |
Yes, please work on this. |
Now I see that you already made pull request #400 for this. I'm stopping the work on this one then. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A cycle graph or circular graph is a graph that consists of some number of vertices (at least 3) connected in a closed chain.
Syntax: ag_catalog.age_create_cycle_graph(graph_name name, n int, bidirectional bool DEFAULT = true)
Input:
https://en.wikipedia.org/wiki/Cycle_graph
The text was updated successfully, but these errors were encountered: