1.) T(n) = T(n/3) + c f(n) = versus nlog, a = Which is growing faster: f(n) or nlos, a? Which case of the Master Theorem does that potentially put us in? If you're potentially in case one or three, is it possible to find an epsilon which makes either f(n) = O(nlogs a-) (if you're in case one) or f(n) = N(nlossa+e) (if you're in case three) true? Choose one or show an inequality. If you're potentially in case three and there is an e, try to find a constant d < 1 such that af (n/b) ≤df (n) for large enough n's. What can you conclude?

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
1.) T(n) = T(n/3) + c
f(n) =
versus nog, a =
Which is growing faster: f(n) or noa?
Which case of the Master Theorem does that potentially put us in?
If you're potentially in case one or three, is it possible to find an epsilon which makes
either f(n) € O(nossa-) (if you're in case one) or f(n) = N(nloa+e) (if you're in
case three) true? Choose one or show an inequality.
If you're potentially in case three and there is an e, try to find a constant d < 1 such
that af (n/b) ≤ df (n) for large enough n's.
What can you conclude?
Transcribed Image Text:1.) T(n) = T(n/3) + c f(n) = versus nog, a = Which is growing faster: f(n) or noa? Which case of the Master Theorem does that potentially put us in? If you're potentially in case one or three, is it possible to find an epsilon which makes either f(n) € O(nossa-) (if you're in case one) or f(n) = N(nloa+e) (if you're in case three) true? Choose one or show an inequality. If you're potentially in case three and there is an e, try to find a constant d < 1 such that af (n/b) ≤ df (n) for large enough n's. What can you conclude?
Theorem 1 (Master Theorem).
Let a ≥ 1 and b> 1 be constants, let f(n) be a function f: N→ R+, and let T(n) be defined on
the nonnegative integers by the recurrence
T(n)= aT(n/b) + f(n).
Then T(n) has the following asymptotic bounds:
1. if f(n) = O(nlogs a-E) for some constant e > 0, then T(n) = (nossa),
2. if f(n) = (nlos a) then T(n) = (nloga log n), and
3. if f(n) = N(n¹og a+s) for some e > 0 and if af (n/b) ≤df (n) for some constant d < 1 and
all sufficiently large n, then T(n) = (f(n)).
Use the Master Theorem above to solve the following recurrences when possible (note
that not every blank needs to be filled in in every problem):
Transcribed Image Text:Theorem 1 (Master Theorem). Let a ≥ 1 and b> 1 be constants, let f(n) be a function f: N→ R+, and let T(n) be defined on the nonnegative integers by the recurrence T(n)= aT(n/b) + f(n). Then T(n) has the following asymptotic bounds: 1. if f(n) = O(nlogs a-E) for some constant e > 0, then T(n) = (nossa), 2. if f(n) = (nlos a) then T(n) = (nloga log n), and 3. if f(n) = N(n¹og a+s) for some e > 0 and if af (n/b) ≤df (n) for some constant d < 1 and all sufficiently large n, then T(n) = (f(n)). Use the Master Theorem above to solve the following recurrences when possible (note that not every blank needs to be filled in in every problem):
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Encryption and decryption
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education