The Algorithm Design Manual Second Edition


Divide-and-Conquer Recurrences



Download 5,51 Mb.
Pdf ko'rish
bet125/488
Sana31.12.2021
Hajmi5,51 Mb.
#273936
1   ...   121   122   123   124   125   126   127   128   ...   488
Bog'liq
2008 Book TheAlgorithmDesignManual

4.10.2

Divide-and-Conquer Recurrences

Divide-and-conquer algorithms tend to break a given problem into some number of

smaller pieces (say a), each of which is of size n/b. Further, they spend (n) time

to combine these subproblem solutions into a complete result. Let (n) denote the

worst-case time the algorithm takes to solve a problem of size n. Then (n) is

given by the following recurrence relation:



(n) = aT (n/b) + (n)

Consider the following examples:



• Sorting – The running time behavior of mergesort is governed by the re-

currence (n) = 2(n/2) + O(n), since the algorithm divides the data into

equal-sized halves and then spends linear time merging the halves after they

are sorted. In fact, this recurrence evaluates to (n) = O(lg n), just as we

got by our previous analysis.

• Binary Search – The running time behavior of binary search is governed by

the recurrence (n) = (n/2) + O(1), since at each step we spend constant

time to reduce the problem to an instance half its size. In fact, this recurrence

evaluates to (n) = O(lg n), just as we got by our previous analysis.



• Fast Heap Construction – The bubble down method of heap construction

(described in Section

4.3.4

) built an n-element heap by constructing two n/2



element heaps and then merging them with the root in logarithmic time. This

argument reduces to the recurrence relation (n) = 2(n/2) + O(lg n). In

fact, this recurrence evaluates to (n) = O(n), just as we got by our previous

analysis.



• Matrix Multiplication – As discussed in Section

2.5.4


, the standard matrix

multiplication algorithm for two n



× n matrices takes O(n

3

), because we



compute the dot product of terms for each of the n

2

elements in the product



matrix.


4 . 1 0

D I V I D E - A N D - C O N Q U E R



137

However, Strassen [

Str69]

discovered a divide-and-conquer algorithm that



manipulates the products of seven n/2

× n/2 matrix products to yield the

product of two n



× n matrices. This yields a time-complexity recurrence

(n) = 7(n/2) + O(n

2

). In fact, this recurrence evaluates to (n) =



O(n

2

.81

), which seems impossible to predict without solving the recurrence.


Download 5,51 Mb.

Do'stlaringiz bilan baham:
1   ...   121   122   123   124   125   126   127   128   ...   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