July 2018
Beginner
202 pages
5h 4m
English
Scenario
To convert the expression 3mn + 5mn4 +2n2 + 6 to a big O notation, firstly we drop any constants from the expression, leaving us with mn+mn4+n2. Next, we simply keep the highest order part, which results in O(mn4).
For each of the expressions found in Table 1.6, find the equivalent in big O notation:
| Expression | 3mn | 5n + 44n2 + 4 | 4 + 5 log n | 3n + 5n2 + 8 |
Aim
To apply notation rules to convert expressions into big O notations.
Steps for completion
Read now
Unlock full access