Computer Science, asked by ramanrehal75, 2 months ago

short note on big O notation in data structure

Answers

Answered by shreya237918
1

Answer:

Big O notation is a mathematical notation that describes the limiting behavior of a function when the argument tends towards a particular value or infinity. ... In computer science, big O notation is used to classify algorithms according to how their run time or space requirements grow as the input size grows.

Answered by Vivienne0123
0

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.

Similar questions