Guajara in other languages: Spanish, Deutsch, French, Italian ...



Linearithmic

In computer science, a linearithmic function is a function of the form n log n, a product of a linear and logarithmic term.

In terms of complexity, linearithmic is ω(n), O(n2) and Θ(nlogn), or in other words, linearithmic grows faster than a linear term, and slower than a quadratic term.

Some famous algorithms that are in linearithmic time include:





Wikipedia - All text is available under the terms of the GNU Free Documentation License.

Tagoror dot com  -  Legal Information  -  Contact us