Question: Do time complexity analysis for the snippet of code given : read x,y while (x) { y = x/2; while (y) { y--; } x=
Do time complexity analysis for the snippet of code given :
read x,y while (x) { y = x/2; while (y) { y--; } x= x/2; }
note : find O, omega, theta also.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
