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

Initial graph class implementation #182

Open
MathyouMB opened this issue Jul 14, 2022 · 0 comments · May be fixed by #203
Open

Initial graph class implementation #182

MathyouMB opened this issue Jul 14, 2022 · 0 comments · May be fixed by #203
Assignees
Labels
enhancement New feature or request

Comments

@MathyouMB
Copy link
Member

MathyouMB commented Jul 14, 2022

Please implement the graph class on this file.

Graph should have be initialized with edges and vertices which will also need to be implemented.

There should be a methods for deleting and adding vertices and deleting and adding edges. If you delete a vertex, you need to delete it's associated edges.

 let graph = new Graph(nodes, links);

  graph.addNode()
  graph.addEdge()
@MathyouMB MathyouMB added the enhancement New feature or request label Jul 14, 2022
@bininglong bininglong self-assigned this Jul 28, 2022
@bininglong bininglong linked a pull request Aug 4, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants