B-tree: minimum: Difference between revisions

From Algowiki
Jump to navigation Jump to search
(Created page with "Minimum(x) :while leaf(x) = false ::x = c1(x) :return key1(x)")
(No difference)

Revision as of 16:00, 13 September 2014

Minimum(x)

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