When a program's time is plotted on log-log paper, the curve is not a straight line, but curves upward. The program is probably:

  • A: O(n)
  • B: O(n log n)
  • C: O(n2)
  • D: O(n3)
  • E: O(2n)

    Answer

    Prev    Next    Page+10