Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 908479
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T16:43:28+00:00 2026-05-15T16:43:28+00:00

Possible Duplicate: What is the difference between Θ(n) and O(n)? It seems to me

  • 0

Possible Duplicate:
What is the difference between Θ(n) and O(n)?

It seems to me like when people talk about algorithm complexity informally, they talk about big-oh. But in formal situations, I often see big-theta with the occasional big-oh thrown in.
I know mathematically what the difference is between the two, but in English, in what situation would using big-oh when you mean big-theta be incorrect, or vice versa (an example algorithm would be appreciated)?

Bonus: why do people seemingly always use big-oh when talking informally?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T16:43:28+00:00Added an answer on May 15, 2026 at 4:43 pm

    Big-O is an upper bound.

    Big-Theta is a tight bound, i.e. upper and lower bound.

    When people only worry about what’s the worst that can happen, big-O is sufficient; i.e. it says that “it can’t get much worse than this”. The tighter the bound the better, of course, but a tight bound isn’t always easy to compute.

    See also

    • Wikipedia/Big O Notation

    Related questions

    • What is the difference between Θ(n) and O(n)?

    The following quote from Wikipedia also sheds some light:

    Informally, especially in computer science, the Big O notation often is
    permitted to be somewhat abused to describe an asymptotic tight bound
    where using Big Theta notation might be more factually appropriate in a
    given context.

    For example, when considering a function T(n) = 73n3+ 22n2+ 58, all of the following are generally acceptable, but tightness of bound (i.e., bullets 2 and 3 below) are usually strongly preferred over laxness of bound (i.e., bullet 1
    below).

    1. T(n) = O(n100), which is identical to T(n) ∈ O(n100)
    2. T(n) = O(n3), which is identical to T(n) ∈ O(n3)
    3. T(n) = Θ(n3), which is identical to T(n) ∈ Θ(n3)

    The equivalent English statements are respectively:

    1. T(n) grows asymptotically no faster than n100
    2. T(n) grows asymptotically no faster than n3
    3. T(n) grows asymptotically as fast as n3.

    So while all three statements are true, progressively more information is contained in
    each. In some fields, however, the Big O notation (bullets number 2 in the lists above)
    would be used more commonly than the Big Theta notation (bullets number 3 in the
    lists above) because functions that grow more slowly are more desirable.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: What's the difference between .bashrc, .bash_profile, and .environment? It seems that if
Possible Duplicate: Shell Programming: What's the difference between $(command) and command It seems there
Possible Duplicate: Difference between single quotes and double quotes in Javascript Sorry guys, but
Possible Duplicate: Difference between static class and singleton pattern? I'm thinking about the choice
Possible Duplicate: Difference between pointer variable and reference variable in C++ When should I
Possible Duplicate: Difference between pointer variable and reference variable in C++ I am reading
Possible Duplicate: What is the difference between a delegate and events? Possible Duplicate: Difference
Possible Duplicate: Ruby: difference between || and ‘or’ Using Ruby || and or are
Possible Duplicate: What is the difference between "typename" and "class" template parameters? When defining
Possible Duplicate: What is the difference between String.Empty and “” Is equivalent to String.Empty

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.