Please enable JavaScript.
Coggle requires JavaScript to display documents.
Big O Notation - Coggle Diagram
Big O Notation
-
Rules
-
-
Different Input doesn't mean it's the same notation.
O(n + m) is possible. Because the computation
is based on input. Case: a function takes 2 input and
the input have different length, therefore it the first variable (n) and the second variable is (m) will have different computation
-
-
-
-