Quote:
|
row as the first node and then the column as the second node and then the value stored at that spot is the weight connecting the two nodes.
|
Check out this inconsistency: row is one node, column is one node, weight connecting the two nodes is stored at "that" spot. Where is "that" spot? If "that" spot is at array [row][col], then that isn't TWO nodes. Pardon me if I'm being thick here, but I'm not ragging you, I truly don't get it.