Introduction to Algorithms, Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein, 2022 (MIT Press) - 一本广受赞誉且全面的算法教材,对 BFS 及其特性和复杂性分析进行了严谨的数学处理。
Data Structures and Algorithms in Python, Michael T. Goodrich, Roberto Tamassia, and Michael H. Goldwasser, 2013 (John Wiley & Sons) - 一本广泛使用的教材,提供了 BFS 的清晰解释和 Python 实现,适合寻找实用编码示例的读者。