Let's test your knowledge. Click the correct answer from the options.
Which is correct when looking at insertion sort's space complexity?
Click the option that best answers the question.
- O(n$^2$) in worst case
- O(n) in worst case
- O(1) in worst case
Which is correct when looking at insertion sort's space complexity?