• Big-O ($O$) — upper bound (the function never grows faster than this, asymptotically).
  • Big-Omega ($\Omega$) — lower bound (the function never grows slower than this, asymptotically).
  • Big-Theta ($\Theta$) — tight bound (both upper and lower bounds match, i.e., the function grows at the same rate).