What is the name of the complexity class O(n log n)? – cs.stackexchange.com

In "Big O", common notations have common names (instead of saying, "Oh of some constant factor"): O(1) is, "Constant" O(log n) is, "Logarithmic" O(n) is, "Linear" O(n^2) is, "Quadradic" O(n * log ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

Artikel Terkait

0 Comment to "What is the name of the complexity class O(n log n)? – cs.stackexchange.com"