시간복잡도,time_complexity

time complexity 시간복잡도







1. Sub

1.1. amortized time complexity

amortized_time_complexity
amortized time complexity
https://everything2.com/title/amortized time complexity


1.2. constant time 이었나?

$\displaystyle O(1)$

1.3. linear time

$\displaystyle O(n)$

1.5. polynomial time

다항식시간 보다는 다항시간?