Recent activity by Bhunesh_Singh

3.0k
views
2 answers
333
views
2 answers
main() { int i,count; for (i=1; i<=n; i++) { for(i=1; i<=(n*n); i++) { for(i=1; i<=(n*n*n); i++) { count++; } } } }What will be the time complexity of the given program?