English
Tamil Nadu Board of Secondary EducationHSC Science Class 12

Write a note on Asymptotic notation. - Computer Science

Advertisements
Advertisements

Question

Write a note on Asymptotic notation.

Answer in Brief

Solution

Asymptotic Notations:
Asymptotic Notations are languages that use meaningful statements about time and space complexity.

(I) Big O
Big O is often used to describe the worst–case of an algorithm.

(II) Big Ω
Big Omega is the reverse Big O, if Bi O is used to describe the upper bound (worst–case) of an asymptotic function, Big Omega is used to describe the lower bound (best-case).

(III) Big Θ
When an algorithm has complexity with lower bound = upper bound, say that an algorithm has a complexity O (n log n) and Ω (n log n), it actually has the complexity Θ (n log n), which means the running time of that algorithm always falls in n log n in the best – case and worst – case.

shaalaa.com
Efficiency of an Algorithm
  Is there an error in this question or solution?
Chapter 4: Algorithmic Strategies - Evaluation [Page 44]

APPEARS IN

Samacheer Kalvi Computer Science [English] Class 12 TN Board
Chapter 4 Algorithmic Strategies
Evaluation | Q 4. | Page 44
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×