O-Notation

Aus EINI
Wechseln zu: Navigation, Suche

Die O-Notation gibt die worst-case-Laufzeit in einer asymptotischen Laufzeitanalyse.


Hierarchie

  • O(1)
  • O(log n)
  • O(√n)
  • O(n)
  • O(n log n)
  • O(nx)
  • O(xn)
  • O(n!)