1.

Which is used to measure the Time complexity of an algorithm Big O notation?(a) describes limiting behaviour of the function(b) characterises a function based on growth of function(c) upper bound on growth rate of the function(d) all of the mentionedThis question was posed to me in an interview.My doubt is from Algorithms topic in chapter Algorithms of Discrete Mathematics

Answer»

Correct option is (d) all of the mentioned

To explain I WOULD say: BIG O notation describes LIMITING behaviour, and also gives UPPER bound on growth RATE of a function.



Discussion

No Comment Found

Related InterviewSolutions