1 Topic

Member Avatar for
Member Avatar for mayank.mittal.3954

Hey i read about various Time Complexity Notations. I just wanted to know how big can the C (Constant ) can be . As in Big Oh Notation we say f(n)=O(g(n)) iff f(n)<=c*g(n) for all n>=n0. For eg. We have f(n)=3n+2=O(n) as 3n+2<=4n for all n>=2 but what if we …

Member Avatar for Hiroshe
0
289

The End.