Search:

Type: Posts; User: monkey_c_monkey

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    2,920

    Let's reuse quick sort, so if best case is...

    Let's reuse quick sort, so if best case is O(nlogbase2n) then it means this the worst it can do, but wouldn't that be wrong since we can do worse, which is quadratic time. I'm assuming Wikipedia is...
  2. Replies
    6
    Views
    2,920

    asymptotic notation clarify

    to clarify: if we're talking about worst case, we should use big O, and average case can be big O, but best case I should use Big omega and not big O since it means we can do better which isn't true...
Results 1 to 2 of 2