Introduction to Algorithms, Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, Clifford Stein, 2022 (MIT Press) - A comprehensive textbook on algorithms, offering detailed explanations of graph algorithms including BFS, Dijkstra's, Bellman-Ford, and Floyd-Warshall algorithms.