InterviewSolution
Saved Bookmarks
| 1. |
The time factor when determining the efficiency of an algorithm is measured by(a) Counting microseconds(b) Counting the number of key operations(c) Counting the number of statements(d) Counting the kilobytes of algorithmThe question was asked in final exam.The question is from Sorting in portion Query Processing Techniques of Database Management |
|
Answer» The CORRECT OPTION is (b) Counting the number of key operations |
|