Why is the statement:
The running time of algorithm A is at least O(n²)
is meaningless ?
The running time of Insertion sort algorithm is at most O(n²)
Is it Correct?
I tried the net but could not get a good explanation.
I have another question:
I know that any linear function a⋅n+b is O(n) and also O(n²). Is it also O(n³)?