Question: Let a 0 = 1, a n = a n1 + 3 n be the recurrence relation of algorithm A and T(1) = 1, T(n)

Let a0 = 1, an = an1 + 3n be the recurrence relation of algorithm A and T(1) = 1, T(n) = T(n/5)+n be the recurrence relation of algorithm B.

  1. Find the solution for both relations. Use any method.
  2. Without proof, find Big-Oh for both algorithms.
  3. Which algorithm is faster? Justify your answer using Big-Oh notatio

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!