algorithm - functions that f(n) is not O(g(n)) and g(n) is not O(f(n)) -


Is there any work such as both f (n) and g (n);

  F (n)! = O (g) and g (n)! = O (f)   

Is there any work that meets the requirements above?

  f (n) = n and g (n) = n ^ (1 + sin (X)).   

f (n) is not (g) and g (n) o (f (n)) is not.

View

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

jsp - Google line chart x-axis shrinks on transition -

java - Reaching JTextField in a DocumentListener -