I was wondering that
Do i have to pass only one file to the adjacency list. (Edge File)
or two files to make it.(Node File , Edge File)

Node File has just name of the vertices in the graphs.
EDGE file has [Vertex 1 - Vertex2].
can some put some tutorial link for some help with adjacency list.

thanks.