The Algorithm Design Manual Second Edition



Download 5,51 Mb.
Pdf ko'rish
bet48/488
Sana31.12.2021
Hajmi5,51 Mb.
#273936
1   ...   44   45   46   47   48   49   50   51   ...   488
Bog'liq
2008 Book TheAlgorithmDesignManual

43

2.5.2

Insertion Sort

A basic rule of thumb in Big Oh analysis is that worst-case running time follows

from multiplying the largest number of times each nested loop can iterate. Consider

the insertion sort algorithm presented on page

4,

whose inner loops are repeated



here:

for (i=1; i

j=i;

while ((j>0) && (s[j] < s[j-1])) {



swap(&s[j],&s[j-1]);

j = j-1;


}

}

How often does the inner while loop iterate? This is tricky because there are



two different stopping conditions: one to prevent us from running off the bounds

of the array (j > 0) and the other to mark when the element finds its proper place

in sorted order (s[j< s[j

− 1]). Since worst-case analysis seeks an upper bound

on the running time, we ignore the early termination and assume that this loop



always goes around times. In fact, we can assume it always goes around times

since i < n. Since the outer loop goes around times, insertion sort must be a

quadratic-time algorithm, i.e. O(n

2

).



This crude “round it up” analysis always does the job, in that the Big Oh

running time bound you get will always be correct. Occasionally, it might be too

generous, meaning the actual worst case time might be of a lower order than implied

by such analysis. Still, I strongly encourage this kind of reasoning as a basis for

simple algorithm analysis.


Download 5,51 Mb.

Do'stlaringiz bilan baham:
1   ...   44   45   46   47   48   49   50   51   ...   488




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