Classify the Hashing Functions based on the various methods by which the key value is found.



Classify the Hashing Functions based on the various methods by which the key value is found...

Answer / rohit sah

Direct method,
Subtraction method,
Modulo-Division method,
Digit-Extraction method,
Mid-Square method,
Folding method,
Pseudo-random method.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Which is better array or linked list?

0 Answers  


What is the difference between list, set and map?

0 Answers  


How do you do a selection sort?

0 Answers  


Is hashmap keyset ordered?

0 Answers  


Which is faster hashmap or treemap?

0 Answers  


What do you mean by an Array?

0 Answers  


How much time does it take to learn data structures?

0 Answers  


List the data structures which are used in rdbms, network data modal, and hierarchical data model.

0 Answers  


How do you declare An array of three pointers to chars

0 Answers  


Construct a doubly linked list using a single pointer in each node?

0 Answers  


Can list contain null values?

0 Answers  


What are the disadvantages of sequential storage?

0 Answers  


Categories