Which asymptotic notation is most
frequently used for algorithms and why?)
Answers
Answered by
1
Answer:
O(n) is useful when we only have an upper bound on the time complexity of an algorithm. Since we can easily find an upper bound just by looking at an algorithm, O(n) is the most commonly used amongst the three notations.
Step-by-step explanation:
Hope it is helpful....
Similar questions