'''Originally Posted By: quoc'''
http://www.cs.sjsu.edu/faculty/pollett/ ... 14.html#(9)<br><br>For the adjacency list, does it matter what order the vertex V points to?<br><br>For example. For Vertex 1, it contains the edge (1,2) and (1,5)<br><br>So can the list be 1 -&gt; 5 -&gt; 2, or does it have to be 1 -&gt; 2 -&gt; 5?<br><br>Doan, Quoc