Algorithms: Sequential, Parallel and Distributed 1-25
procedure B-TreeSearch(Root, k, Node, Index) recursive
Input: Root (→B-TreeNode) //pointer to the root of a B-tree T
k (a key)
21.20
procedure B-TreeNewRoot(Root, RChild, MedianKey)
Input: Root (→B-TreeNode) //pointer to the root of a B-tree T that will be Child[0] of new root
21.21
procedure NodeSearch(Root, k, Index)
Input: Root (→B-TreeNode) //pointer to the root of a B-tree T