Big-Omega notation provides a way to measure the ‘lower limit’ or the floor function for the running time (or storage taken) of an algorithm. Mathematically, it is similar to the asymptotic lower bound.
%%🖋 Edit in Excalidraw, and the dark exported image%%
Formal Definition
Big-Omega Notation
Note
- = Growth Function
- = Initial n value for which starts to overtake (the floor function).
- = Scaling constant for which can overtake If the equation holds, is said to be (‘Omega of’)
Like with Big-O Notation, any valid works, but the tighter the lower bound, the better.