Duplicate of this question.
Im not understnd the meaning of big o if there is someone know it please tell me
|
|
Duplicate of this question. Im not understnd the meaning of big o if there is someone know it please tell me |
|||
|
|
closed as exact duplicate by Bill the Lizard♦ Dec 16 '08 at 16:40 |
|
|
It's used to describe how quickly some function (such as the runtime of an algorithm) becomes large with respect to the size of the input. For example, sorting is considered an O(N log N) problem because if you're sorting N numbers, it takes about Wikipedia will give a better, more thorough answer than anyone on SO. |
||
|
|