Recent questions tagged gatebook-test-series

0 votes
1 answer
1
Q2.int A(int){if(n<=2) return 1;elsereturn (A(√n)+n);} time complexity
0 votes
2 answers
2
Q.1 int A(int n){if(n==2) return 1;else{for(int j=1;j<=n;j++)printf(" * ");return(A(√n));}} Time complexity
To see more, click for the full list of questions or popular tags.