Question: 5. Please formally prove the following algorithm is O(n Ign), when considering s = 8 +1 as the basic operation. Sum (n) { s =

5. Please formally prove the following algorithm is O(n Ign), when considering s = 8 +1 as the basic operation. Sum (n) { s = 0; y = n; while (y >= 1) { for (i 1 ton) for (j = 1 ton) S = + 1; } y = y/2; return si }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
