0 votes
1 answer
2
What are the topics and books one should refer to score good in aptitude in gate
1 votes
2 answers
3
void fun(int n, int k) { for (int i=1; i<=n; i++) { int p = pow(i, k); for (int j=1; j<=p; j++) { // Some O(1) work } }}
0 votes
3 answers
4