Review 0: Big O

printable version

R0: [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

Problem R0.1

Write the following Big-O bounds in order, from smallest to largest.

O(n²), O(1.01n), O((log n)²), O(n √n), O(n log n), O(n0.0001), O(1)