Introduction to Algorithms, Third Edition


if x = = NIL or k == x: key 2 return



Download 4,84 Mb.
Pdf ko'rish
bet190/618
Sana07.04.2022
Hajmi4,84 Mb.
#534272
1   ...   186   187   188   189   190   191   192   193   ...   618
Bog'liq
Introduction-to-algorithms-3rd-edition

if
x
= =
NIL
or
k
==
x:
key
2
return
x
3
if
k < x:
key
4
return
T
REE
-S
EARCH
.x:
left
; k/
5
else return
T
REE
-S
EARCH
.x:
right
; k/
The procedure begins its search at the root and traces a simple path downward in
the tree, as shown in Figure 12.2. For each node
x
it encounters, it compares the
key
k
with
x:
key
. If the two keys are equal, the search terminates. If
k
is smaller
than
x:
key
, the search continues in the left subtree of
x
, since the binary-search-
tree property implies that
k
could not be stored in the right subtree. Symmetrically,
if
k
is larger than
x:
key
, the search continues in the right subtree. The nodes
encountered during the recursion form a simple path downward from the root of
the tree, and thus the running time of T
REE
-S
EARCH
is
O.h/
, where
h
is the height
of the tree.
We can rewrite this procedure in an iterative fashion by “unrolling” the recursion
into a
while
loop. On most computers, the iterative version is more efficient.


12.2
Querying a binary search tree
291
I
TERATIVE
-T
REE
-S
EARCH
.x; k/
1
while
x
¤
NIL
and
k
¤
x:
key
2
if
k < x:
key
3
x
D
x:
left
4

Download 4,84 Mb.

Do'stlaringiz bilan baham:
1   ...   186   187   188   189   190   191   192   193   ...   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