Posts by Thiago Roberto • 13 points
1 post
-
1
votes1
answer135
viewsQ: Graphs - return a pointer to the adjacency matrix
I am implementing a work of Graph Theory that deals with the game Flood-It which is a problem in flooding in Graphs. I’m right at the beginning and implemented the graph structure yet. The structure…