摘要:
参考资料维基百科:https://en.wikipedia.org/wiki/Binary_heap基本概念• Binary Heap▶ CLRS The (binary) heap data structure is an array object that we can view as a ne... 阅读全文
摘要:
基本概念• Binary Tree▶ CLRS We define binary trees recursively. A binary tree T is a structure defined on a finite set of nodes that either contains no no... 阅读全文