Please help me finding the complexity of following code:
public void f1(int n){ if(n<=0){ return; } for(int i=0; i