Hi,
I need to create an adjacency list for a weighted graph. The input is given from a text file. I have created an array assigning each index a vertex. Now i have to link that array with a linked list. For example, vertex 'a' showing all the vertices that has an edge from 'a'.
I am new to programming and have no much idea about it. Could anybody give some suggestions??