B-tree: minimum

From Algowiki
Revision as of 16:00, 13 September 2014 by Luedecke (talk | contribs) (Created page with "Minimum(x) :while leaf(x) = false ::x = c1(x) :return key1(x)")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Minimum(x)

while leaf(x) = false
x = c1(x)
return key1(x)