edited by
674 views

2 Answers

Best answer
2 votes
2 votes

Solution

selected by
0 votes
0 votes

Here you go - the actual solution is (log.logn)^2

Related questions

1 votes
1 votes
0 answers
1
syncronizing asked Mar 15, 2019
1,296 views
Is this the correct way to solve ?Q) int algorithm(int n){ int sum =0;k,j; for (k=0;k<n/2;k++) for(j=0;j<10;j++) sum++; return 4*algorithm(n/2)*algorit...
1 votes
1 votes
1 answer
2
VikramRB asked Jan 20, 2019
1,040 views
What is the time complexity of the following recurrence relation and step to derive the same$T(n) = T(\sqrt{n}) + log(logn)$
0 votes
0 votes
2 answers
3