摘要: 《算法导论(第4版)》学习第 29 天,p164-p172 总结,总计 9 页。 一、技术总结 1. heap (1)(binary) heap(堆/二叉堆) (2)complete binary tree(完全二叉树) (3)max-heap A[PARENT(i)] ≥ A[i]。 (4)min 阅读全文
posted @ 2025-05-29 23:04 codists 阅读(10) 评论(0) 推荐(0)