Mention what are the types of Notation used for Time Complexity?

Mention what are the types of Notation used for Time Complexity?

There are three types of notations:

  • Best Case: Minimum number of operations taken
  • Average Case: Average number of operations
  • Worst Case: Maximum number of operations executed by the program

Read more on these here.