In: Computer Science
A maximum of 300 nodes are to be stored in a hashed data structure.
Give the size of the primary storage area that would maximize the
performance of the structure.
A maximum of 300 nodes are to be stored in a hashed data structure. size of the primary storage area that would maximize the performance of the structure.
log2N= log2(300)
= log(300)/log(2)