..) T(n) = T(n/3) + c f(n) = versus n log, a = Which is growing faster: f(n) or nos, 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 ensilon which n

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
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(nloga-) for some constant e > 0, then T(n) = (nossa),
2. if f(n) € (noga) then T(n) = O(noga log n), and
3. if f(n) = N(nloa+E) 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(nloga-) for some constant e > 0, then T(n) = (nossa), 2. if f(n) € (noga) then T(n) = O(noga log n), and 3. if f(n) = N(nloa+E) 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):
1.) T(n) = T(n/3) + c
f(n) =
Which is growing faster: f(n) or n
Which case of the Master Theorem does that potentially put us in?
log, a =
versus n'
nlog, a?
If you're potentially in case one or three, is it possible to find an epsilon which makes
either f(n) = O(noga-) (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) = Which is growing faster: f(n) or n Which case of the Master Theorem does that potentially put us in? log, a = versus n' nlog, a? If you're potentially in case one or three, is it possible to find an epsilon which makes either f(n) = O(noga-) (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?
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Maximum Flow
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
  • SEE MORE 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