Introduction to Algorithms, 4th Edition, Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein, 2022 (MIT Press) - A foundational textbook for algorithm design and analysis, covering graph traversal algorithms thoroughly.
Algorithms, 4th Edition, Robert Sedgewick and Kevin Wayne, 2011 (Pearson) - A comprehensive resource for fundamental algorithms, with practical applications and implementations.