

InterviewSolution
Saved Bookmarks
1. |
The worst case complexity for insertion sort is _________(a) O(n)(b) O(log n)(c) O(n^2)(d) O(n log n)The question was posed to me in a national level competition.My question is taken from Algorithms topic in section Algorithms of Discrete Mathematics |
Answer» Correct CHOICE is (c) O(n^2) |
|