Computer Science, asked by rajnder9932, 9 months ago

explain the big _oh computation for each of the following control structure​

Answers

Answered by mpshastry08
0

Answer:

Big O notation is used in Computer Science to describe the performance or complexity of an algorithm. Big O specifically describes the worst-case scenario, and can be used to describe the execution time required or the space used (e.g. in memory or on disk) by an algorithm.

Explanation:

It differs for different control structures

Similar questions