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

Cycle Graph #273

Open
JoshInnis opened this issue Sep 6, 2022 · 5 comments
Open

Cycle Graph #273

JoshInnis opened this issue Sep 6, 2022 · 5 comments
Labels
enhancement New request

Comments

@JoshInnis
Copy link
Contributor

JoshInnis commented Sep 6, 2022

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:

  • graph_name - Name of the Graph
  • n - number of vertices in the cycle
  • vertex_label_name - Name of the label to assign each vertex to.
  • vertex_properties - Property values to assign each vertex. Default is NULL
  • edge_label_name - Name of the label to assign each edge to.
  • edge_properties - Property values to assign each edge. Default is NULL
  • bidirectional

https://en.wikipedia.org/wiki/Cycle_graph

@JoshInnis JoshInnis added the enhancement New request label Sep 6, 2022
@aked21
Copy link
Contributor

aked21 commented Sep 7, 2022

This looks interesting ! I am happy to contribute.

@aked21 aked21 closed this as completed Sep 7, 2022
Repository owner moved this from Todo to Done in Apache AGE Graph Generation Algorithms Sep 7, 2022
@JoshInnis JoshInnis reopened this Sep 7, 2022
@aked21 aked21 moved this from Todo to In Progress in Apache AGE Graph Generation Algorithms Sep 7, 2022
@JoshInnis JoshInnis moved this from In Progress to Todo in Apache AGE Graph Generation Algorithms Sep 7, 2022
@markgomer
Copy link
Contributor

@JoshInnis Is this issue still open?
May I tackle this one?

@JoshInnis
Copy link
Contributor Author

Yes, please work on this.

@skkk98
Copy link

skkk98 commented Jan 4, 2023

I have done work on this and it works for now. Attaching screenshots.

Image

@markgomer
Copy link
Contributor

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
Labels
enhancement New request
Development

No branches or pull requests

4 participants