Progressive symbols for algorithmic analysis

Source: Internet
Author: User
Tags compact

Progressive symbols for algorithmic analysis

    1. Θ (Big-theta) progressive tight-definite boundary

Θ(g(n)) = {f(n)}, Θ(g(n)) 是一组函数集合。<br/>具体定义:Θ(g(n)) = {f(n):存在正常量C1,C2,n0;使得当n &gt; n0时,有C1g(n) &lt;= f(n) &lt;= C2g(n)}<br/>

    1. O (big-o) progressive upper bound (possibly tight)

      O(g(n)) = {f(n)},O(g(n)) 是一组函数集合。具体定义:O(g(n)) = {f(n):存在正常量C,n0;使得当n > n0时,有0 <= f(n) <= Cg(n)}
    2. Ω (big-omege) progressive lower bound (possibly tight)
Ω (g(n)) = {f(n)},Ω (g(n)) 是一组函数集合。具体定义:Ω (g(n)) = {f(n):存在正常量C,n0;使得当n > n0时,有0 <= Cg(n) <= f(n) }
    1. O (Small-O) non-compact progressive upper bound
o(g(n)) = {f(n)},o(g(n)) 是一组函数集合。具体定义:o(g(n)) = {f(n):存在正常量C,n0;使得当n > n0时,有0 <= f(n) < Cg(n)}
    1. Ω (small-omege) non-compact progressive lower bound
ω (g(n)) = {f(n)},ω (g(n)) 是一组函数集合。具体定义:ω(g(n)) = {f(n):存在正常量C,n0;使得当n > n0时,有0 <= Cg(n) < f(n) }

Progressive symbols for algorithmic analysis

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.