Course contentsShow
Computer Science
Lesson 293 of 2,8727. Introduction to Complexity AnalysisPro lesson

Formal Definition of Big-Theta

Learning the mathematical definition: f(n) = Θ(g(n)) if there exist constants c₁, c₂, n₀ such that c₁g(n) ≤ f(n) ≤ c₂g(n).

This lesson is for subscribers

You've completed the free preview. Subscribe to unlock every lesson in every course.