Computer Science, asked by nishathakur0506, 2 months ago

Explain with an example how time complexity of an algorithm is calculated. ​

Answers

Answered by Anonymous
2

The time complexity of algorithms is most commonly expressed using the big O notation. ... Like in the example above, for the first code the loop will run n number of times, so the time complexity will be n atleast and as the value of n will increase the time taken will also increase.

Answered by jaymishra200412
1

Answer:

The time complexity of algorithms is most commonly expressed using the big O notation. ... Like in the example above, for the first code the loop will run n number of times, so the time complexity will be n atleast and as the value of n will increase the time taken will also increase.

i hope you like this answer

Similar questions