459 views
0 votes
0 votes

Answer is 57. Please help me to understand this question

Please log in or register to answer this question.

Related questions

4 votes
4 votes
3 answers
2
2 votes
2 votes
2 answers
4
srestha asked May 12, 2019
1,097 views
Consider the following function $foo()$void foo(int n){ if(n<=0) printf("Bye"); else{ printf("Hi"); foo(n-3); printf("Hi"); foo(n-1); } }Let $P(n)$ represent recurrence r...