摘要
在不考虑负回路的前提下,给出了在含有负权的赋权图上求任意两点间最短路径的一种简便算法,此算法既适用于有向图又适用于无向图,并且可据此算法找到最短路径。
Without the negative circle, the next article put forwards a simple algorithm to the shortest path problem of weighted graph between any two points. This algorithm applies to both the digraph and applied to undirected graphs, and we can find the shortest path through this algorithm.
出处
《贵州师范大学学报(自然科学版)》
CAS
2012年第5期69-72,102,共5页
Journal of Guizhou Normal University:Natural Sciences
关键词
赋权图
最短路径
矩阵-递推法
作差-筛选法
weighted graph
the shortest path
matrix-recursive algorithm
making difference-filtering algorithm