티스토리 뷰

카테고리 없음

Big O Definition

아빠악어. 2017. 3. 5. 00:23

English Definition

- usually, the worst running time of an algorithm


Mathmatic definition

- T(n) = O(f(n)) If and only if there exist constans c, n0 > 0 such taht

T(n) <= cf(n) for all n >= n0


Omega 

- cf(n) <= T(n)


Theta

- c1f(n) <= T(n) <= c2f(n)


- https://www.coursera.org/learn/algorithms-divide-conquer/lecture/KGtUp/big-oh-notation

- https://xlinux.nist.gov/dads/HTML/bigOnotation.html


댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함