There are a number of commonly used order of growth classifications:
- Big Theta → asymptotic order of growth
- Big Oh → upper bound
- Big Omega → lower bound
Note
See Algorithms and Data Structures 1 for more information.
There are a number of commonly used order of growth classifications:
Note
See Algorithms and Data Structures 1 for more information.