Question: T(n)=2T(4n)+1 Part 2 - Substitution Method Prove your solution from Part 1 using Substitution Method. It is fine if you just prove the upper bound


T(n)=2T(4n)+1 Part 2 - Substitution Method Prove your solution from Part 1 using Substitution Method. It is fine if you just prove the upper bound only. Here, I want you to do the following (use the same numbering again): 1. Try to prove the exact form of the solution, as you developed it in part 1, i.e. WITHOUT any additional term. You need to run the prove following the four steps that we always do for substitution, i.e. P/lH/S/C. You need to make these steps explicit by naming each step accordingly! 2. You will find that this exact form of the solution will not work out. To make it work, you will need to add a constant value to the above solution, see our discussion in class. Run the proof again with all four steps and show that the runtime is indeed what the master method in Part 1 claimed it to be
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
