효율성 분석


시간 복잡도


Untitled

O(1)

public class timeComplexity{
 
    public static void main(String[] args){
 
        int constant = 1; // 시간 복잡도: O(1)
 
    }
}

O(log n)