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

Implement adjacency matrix based graph class #5

Open
10 tasks
handlessdude opened this issue Oct 22, 2021 · 2 comments
Open
10 tasks

Implement adjacency matrix based graph class #5

handlessdude opened this issue Oct 22, 2021 · 2 comments

Comments

@handlessdude
Copy link
Contributor

handlessdude commented Oct 22, 2021

Make sure class include:

  • initialization by json import
  • initialization by taking matrix as parameter
  • vertices array getter
  • edges array getter
  • inserting a new vertex to existing graph
  • inserting a new edge to existing graph
  • output to standard output stream (useful for graph mutation debug)
  • output to json file (useful for graph mutation debug)
  • necessary tests
  • necessary docs
@NikitaBogoslovskiy
Copy link
Contributor

take it

@handlessdude
Copy link
Contributor Author

so json must include a) matrix of Edge class objects b) array of Vertice class objects in order to fetch the appropriate properties

NikitaBogoslovskiy added a commit to NikitaBogoslovskiy/visual_graphs that referenced this issue Nov 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants