随笔分类 -  data structure

摘要:参考资料维基百科: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... 阅读全文
posted @ 2015-08-24 17:37 碎语心弦 阅读(315) 评论(0) 推荐(0)
摘要:基本概念• 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... 阅读全文
posted @ 2015-07-27 20:02 碎语心弦 阅读(830) 评论(0) 推荐(0)