算法 | SPFA (最短路径快速算法)
解决赋权图的单源最短路径问题:SPFA (Shortest Path Faster Algorithm, 最短路径快速算法) - Bellman-Ford 的队列优化算法
- 能解决负边
- 能解决负环
算法 | Floyd-Warshall 算法
算法 | Dijkstra 算法
算法 | KMP 算法
快速的字符串匹配算法(在主串中匹配模式串):KMP 算法 (The Knuth-Morris-Pratt Algorithm)
算法 | 快速幂
提升幂运算速度的算法:快速幂