B-tree: minimum

From Algowiki
Revision as of 11:36, 2 October 2014 by Jhohmann (talk | contribs)
Jump to navigation Jump to search

General Information

Abstract View

Pseudocode

Minimum(x)
1 :while leaf(x) = false
2 ::x = c1(x)
3 :return key1(x)