GeeksforGeeks » Algorithms
Asymptotic notation question
(1 post)-
Asymptotic notations problem
If p(n) = O(f(n)) and q(n)=O(f(n))then p(n) / q(n) = O(1) true or false, prove your answer
Reply
You must log in to post.
Asymptotic notations problem
If p(n) = O(f(n)) and q(n)=O(f(n))
then p(n) / q(n) = O(1) true or false, prove your answer
You must log in to post.