The project takes the number of nodes as input followed by a matrix representing the graph. You can choose to the position the nodes anywhere within the window and see the graphical representation of ...
};//-> is use to access struct members when struct pointer variable is created ie.struct graph *p; //p->edge. dot (.) is use when normal struct variable is created ie.struct graph p ...