Hi

I have an Adjacency Matrix using which i have to display Adjacency list using C program

Adjacency Matrix = adj[i][j]

How to display the above matrix in the Adjacency List for graphical representation ?