1.3k
views
0 votes
Find the complexity of below pseudocode.temp = 1repeat for i=1 to n temp=temp +1; n=n/2;until n<= 1