1.

What are asymptotic notations?

Answer»

Asymptotic analysis can provide three levels of mathematical binding of execution time of an algorithm −

  • Best case is represented by Ω(n) notation.
  • Worst case is represented by Ο(n) notation.
  • Average case is represented by Θ(n) notation.


Discussion

No Comment Found