标签: data-structures heap
在Wikipedia中,堆数据结构的定义是:
In computer science, a heap is a specialized tree-based data structure which is essentially an almost complete[1] tree that satisfies the heap property...
那么,以上句子中的“几乎”一词是什么意思?这是否意味着堆是完整的树?