Im having problems assigning values to linkCosts and printing out a full table of linkCosts...
So the problem areas are:
Code:
linkCosts[h][l] = linkCost; linkCosts[l][h] = linkCost;
Code:
for (k=0; k<7; k++) { for (j=0; j<7; j++) printf("\t%d",
Leave a comment: