3 votes
1 answer
1
ans given is option A
0 votes
1 answer
2
1 votes
2 answers
3
Can someone Explain these statements?
0 votes
0 answers
4
Is there is any good method or procedure to solve this question? or else I have to try by brute force...
0 votes
0 answers
5
Is there is any good method or procedure to solve this question? or else I have to try by brute force ,,,like try 1st 0,1,2,3... length string
1 votes
0 answers
6
Find time complexity?a) T(n) = T(n/2) + pow(2,n)b) T(n) = T(pow(n,1/2)) + nc) T(n) = 16T(n/4) + n!d) T(n) = pow(2,1/2)*T(n/2) + log ncan we apply master theorem on the ab...
1 votes
1 answer
7
0 votes
0 answers
8
0 votes
0 answers
9
0 votes
0 answers
10