define Big-o notation
Answers
Answered by
3
A theoretical measure of the execution of an algorithm, usually the time or memory needed, given the problem size n, which is usually the number of items. Informally, saying some equation f(n) = O(g(n)) means it is less than some constant multiple of g(n).
May this Helps you !
Answered by
0
Definition: A theoretical measure of the execution of an algorithm, usually the time or memory needed, given the problem size n, which is usually the number of items. Informally, saying some equation f(n) = O(g(n)) means it is less than some constant multiple of g(n).
⚠
Similar questions
Physics,
5 months ago
Environmental Sciences,
11 months ago
Math,
11 months ago
Math,
1 year ago
English,
1 year ago