数据结构B-Tree的java实现,按照CLRS的思路描述,通过测试~
上传时间: 2013-12-11
上传用户:xinyuzhiqiwuwu
樣板 B 樹 ( B - Tree ) 規則 : (1) 每個節點內元素個數在 [MIN,2*MIN] 之間, 但根節點元素個數為 [1,2*MIN] (2) 節點內元素由小排到大, 元素不重複 (3) 每個節點內的指標個數為元素個數加一 (4) 第 i 個指標所指向的子節點內的所有元素值皆小於父節點的第 i 個元素 (5) B 樹內的所有末端節點深度一樣
上传时间: 2017-05-14
上传用户:日光微澜
all traversals in binary search Tree with simple coding..
标签: traversals binary coding search
上传时间: 2017-05-16
上传用户:kytqcool
If a Tree falls in the forest, and there s nobody there to hear, does it make a sound? This classic conundrum was coined by George Berkeley (1685-1753), the Bishop and influential Irish philosopher whose primary philosophical achievement is the advancement of what has come to be called subjective idealism. He wrote a number of works, of which the most widely-read are Treatise Concerning the Principles of Human Knowledge (1710) and Three Dialogues between Hylas and Philonous (1713) (Philonous, the "lover of the mind," representing Berkeley himself).
标签: there classic forest nobody
上传时间: 2013-11-26
上传用户:stvnash
Decision Tree Decision Tree Decision Tree
上传时间: 2014-11-22
上传用户:aeiouetla
b+ Tree code implementation and insertion deletion
标签: implementation insertion deletion Tree
上传时间: 2017-05-20
上传用户:来茴
steiner Tree工具,利用率挺高的,计算minial steiner Tree时候可以看看
上传时间: 2017-05-22
上传用户:15736969615
Article:Reconstructing 3D Tree Models from Instrumented Photographs
标签: Reconstructing Instrumented Photographs Article
上传时间: 2017-05-24
上传用户:zhangjinzj
Heapsort 1.A heap is a binary Tree satisfying the followingconditions: -This Tree is completely balanced. -If the height of this binary Tree is h, then leaves can be at level h or level h-1. -All leaves at level h are as far to the left as possible. -The data associated with all descendants of a node are smaller than the datum associated with this node. Implementation 1.using a linear array not a binary Tree. -The sons of A(h) are A(2h) and A(2h+1). 2.time complexity: O(n log n)
标签: followingconditions Tree completely satisfying
上传时间: 2017-05-25
上传用户:2467478207
red black Tree red black Tree
上传时间: 2017-05-25
上传用户:小草123