InterviewSolution
Saved Bookmarks
| 1. |
A machine needs a minimum of 200 sec to sort 1000 elements by Quick sort. The minimum time needed to sort 200 elements will be approximately __________(a) 60.2 sec(b) 45.54 sec(c) 31.11 sec(d) 20 secThe question was asked in unit test.I need to ask this question from Quicksort topic in division Sorting of Data Structures & Algorithms II |
|
Answer» Right choice is (c) 31.11 sec |
|