What is Big O of this Algorithm?

void fun(int n){
for(i=1 to i^2 <= n){
i++;
print(“coding ninjas”);
}
}

Comments (0)