시간복잡도,time_complexity

Difference between r1.8 and the current

@@ -36,6 +36,15 @@
WpEn:logarithmic_time redir to https://en.wikipedia.org/wiki/Time_complexity#Logarithmic_time
}

== polynomial time ==
다항식시간 보다는 다항시간?
 
Ggl:다항시간
 
=== polynomial-time reduction ===
[[polynomial-time_reduction]]
 
[[리덕션,reduction]]

----
Up: [[시간,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

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