Two ways of doing these types of algorithms-adjacency matrix and adjacency list. I had used adjacency list for prims algorithm and adjacency matrix for Dijkstras algorithm.
Two ways of doing these types of algorithms-adjacency matrix and adjacency list. I had used adjacency list for prims algorithm and adjacency matrix for Dijkstras algorithm.