Vidyalelo
Data Structure · Q100

Hashing

Programming · Data Structure · question 100

Q100

Hash tree is used in data synchronisation. In the worst case the data synchronisation takes . . . . . . . . time.

A.
O(logn)
B.
O(n2)
C.
O(nlogn)
D.
O(n)
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board