Computer Science, asked by thakurrimjhim52, 7 months ago

give the meaning of common expression big'o'notation o(n),o(n²)​

Answers

Answered by deepdsd02
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