what do understand by order of growth with reference to the time complexity of the algorithm??
Answers
Answered by
0
Answer:
Time Complexity/Order of Growth defines the amount of time taken by any program with respect to the size of the input. Time Complexity specifies how the program would behave as the order of size of input is increased. So, Time Complexity is just a function of size of its input. Time Complexity is represented using Big O notation i.e. O().
Explanation:
Similar questions
Hindi,
4 months ago
English,
9 months ago
English,
9 months ago
Social Sciences,
1 year ago
CBSE BOARD XII,
1 year ago