InterviewSolution
Saved Bookmarks
| 1. |
Two main measures for the efficiency of an algorithm are(a) Processor and memory(b) Complexity and capacity(c) Time and space(d) Data and spaceI got this question in an interview for internship.This is a very interesting question from Sorting topic in section Query Processing Techniques of Database Management |
|
Answer» RIGHT answer is (c) Time and SPACE Easy explanation - Depending on the time and space COMPLEXITY only the ALGORITHM for sorting will be CHOSEN. |
|