give the meaning of common expression big'o'notation o(n),o(n²)
Answers
Answered by
1
Answer:
these are use to define complexity of a program
Explanation:
like with o(n) means in worst case the algorithm has n complexity and in n^2 it has n^2 complexity
Similar questions