单原点最短路径算法与实现.doc
#include #include struct linknode { int data; struct linknode *next; }; struct linknode *create( int n)//创建单链表 { int d; int i=1,j=0; struct linknode *head*s*t; head=NULL; printf"建立一
下载地址
用户评论