Alternative Big-O notations
O(1) = O(yeah)O(log n) = O(nice)O(n) = O(ok)O(n²) = O(my)O(2ⁿ) = O(no)O(n!) = O(mg!)