Introduction to Algorithms, Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein, 2022 (MIT Press) - 提供了数据结构和算法的全面理论基础,解释了它们的设计和性能特征。
Data Structures and Algorithms in Java, Michael T. Goodrich, Roberto Tamassia, Michael H. Goldwasser, 2014 (John Wiley & Sons) - 展示了基础数据结构,并清晰地解释了它们的实现和应用,为解决编程问题提供了实用见解。