Introduction to Algorithms, Third Edition



Download 4,84 Mb.
Pdf ko'rish
bet334/618
Sana07.04.2022
Hajmi4,84 Mb.
#534272
1   ...   330   331   332   333   334   335   336   337   ...   618
Bog'liq
Introduction-to-algorithms-3rd-edition

Searching a B-tree
Searching a B-tree is much like searching a binary search tree, except that instead
of making a binary, or “two-way,” branching decision at each node, we make a
multiway branching decision according to the number of the node’s children. More
precisely, at each internal node
x
, we make an
.x:
n
C
1/
-way branching decision.
B-T
REE
-S
EARCH
is a straightforward generalization of the T
REE
-S
EARCH
pro-
cedure defined for binary search trees. B-T
REE
-S
EARCH
takes as input a pointer
to the root node
x
of a subtree and a key
k
to be searched for in that subtree. The
top-level call is thus of the form B-T
REE
-S
EARCH
.T:
root
; k/
. If
k
is in the B-tree,
B-T
REE
-S
EARCH
returns the ordered pair
.y; i /
consisting of a node
y
and an
index
i
such that
y:
key
i
D
k
. Otherwise, the procedure returns
NIL
.


492
Chapter 18
B-Trees
B-T
REE
-S
EARCH
.x; k/
1
i
D
1
2
while
i
x:
n
and
k > x:
key
i
3
i
D
i
C
1
4
if
i
x:
n
and
k
==
x:
key
i
5
return
.x; i /
6
elseif
x:
leaf
7
return
NIL
8
else
D
ISK
-R
EAD
.x:c
i
/
9
return
B-T
REE
-S
EARCH
.x:c
i
; k/
Using a linear-search procedure, lines 1–3 find the smallest index
i
such that
k
x:
key
i
, or else they set
i
to
x:
n
C
1
. Lines 4–5 check to see whether we
have now discovered the key, returning if we have. Otherwise, lines 6–9 either ter-
minate the search unsuccessfully (if
x
is a leaf) or recurse to search the appropriate
subtree of
x
, after performing the necessary D
ISK
-R
EAD
on that child.
Figure 18.1 illustrates the operation of B-T
REE
-S
EARCH
. The procedure exam-
ines the lightly shaded nodes during a search for the key
R
.
As in the T
REE
-S
EARCH
procedure for binary search trees, the nodes encoun-
tered during the recursion form a simple path downward from the root of the
tree. The B-T
REE
-S
EARCH
procedure therefore accesses
O.h/
D
O.
log
t
n/
disk
pages, where
h
is the height of the B-tree and
n
is the number of keys in the B-tree.
Since
x:
n
< 2t
, the
while
loop of lines 2–3 takes
O.t /
time within each node, and
the total CPU time is
O.t h/
D
O.t
log
t
n/
.

Download 4,84 Mb.

Do'stlaringiz bilan baham:
1   ...   330   331   332   333   334   335   336   337   ...   618




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish