编程珠玑算法专题:单源最短路径 - SPFA介绍了 SPFA(Shortest Path Fast Algorithm)求解单源最短路径问题的步骤与代码实现,优化了 Bellman-Ford 算法,减少了冗余计算。