464 views
0 votes
0 votes
for(i=0;i<n;i++)

   for(j=0;j<i;j++)

      for(k=0;k<j;k++)

 

what is the time complexity of above psudo code?

explain.

1 Answer

No related questions found