阅读背景:

PAT 甲级 1155 Heap Paths (30 分) 二刷_冰冻三尺非一日之寒

来源:互联网 

In computer science, a heap is a specialized tree-based data structure that satisfies the heap property: if P is a parent node of C, then the key (the value) of P is either greater than or equal to (in a max heap) or less than or equal to (in a min heap) the key of C. A common implementation of a heap is the binary heap, in which the tree is a complete binary tree. (Quoted from Wikipedia at https://en.wikipedia.org/wiki/Heap_(data_structure))In computer science, a heap is a special




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: