Summary
English to Dutch:   more detail...
  1. O notation:


English

Detailed Translations for O notation from English to Dutch

O notation:

O notation [the ~] noun

  1. the O notation
    – An indication of the relative performance of an algorithm. An algorithm or the method that implements it is said to be O(1) if its execution is a constant, O(log n) if its execution is proportional to the natural log of n, or O(n) if its execution is proportional to n. O notation is frequently used as a way to compare the relative performance of operations on collections, in which case n is usually the number of elements in the collection. 1

Translation Matrix for O notation:

Not SpecifiedRelated TranslationsOther Translations
O-notatie O notation

Related Definitions for "O notation":

  1. An indication of the relative performance of an algorithm. An algorithm or the method that implements it is said to be O(1) if its execution is a constant, O(log n) if its execution is proportional to the natural log of n, or O(n) if its execution is proportional to n. O notation is frequently used as a way to compare the relative performance of operations on collections, in which case n is usually the number of elements in the collection.1

Related Translations for O notation