Answer
8 May 2013
license: CPOL
Hey!I wroted the dijgstra 2 days ago.If you want look this code:#include #define MAXN 150#define MAX_VALUE 10000#define NO_PARENT (unsigned)(-1)const unsigned S = 1;const unsigned N = 10;unsigned Matrix[MAXN][MAXN] ={ {0, 23, 0, 0, 0, 0, 0, 8, 0, 0}, {23, 0, 0, 3,...