Introduction to Algorithms, Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein, 2022 (MIT Press) - 提供堆和优先队列的严谨理论基础,包括其数据结构、操作和复杂性分析。
Lecture Notes on Heaps and Priority Queues, Erik Demaine, Srinivas Devadas, 2011MIT OpenCourseWare 6.006 Introduction to Algorithms, Fall 2011 (MIT OpenCourseWare) - 教学材料,清晰解释了堆数据结构及其在构建优先队列中的应用。