InterviewSolution
Saved Bookmarks
| 1. |
Hash tree is used in data synchronisation. In the worst case the data synchronisation takes ______ time.(a) O(logn)(b) O(n^2)(c) O(nlogn)(d) O(n)My enquiry is from Hash Tables in section Hash Tables of Data Structures & Algorithms II had been asked this question by my college professor while I was bunking the class. |
|
Answer» The correct ANSWER is (d) O(n) |
|