What is the time complexity of the given code?


int timecomplexity = 0;
for (i = 0; i N; i++) {
for (j = N; j i; j--) {
if(timecomplexity==0)
continue;
}
}


Posted on by