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

Should I use hashmap or hashtable?

1 Answers  


How can we delete the first node from the singly linked list?

1 Answers  


Can map contain duplicate keys?

1 Answers  


Is list a data structure?

1 Answers  


Which sorting is stable?

1 Answers  


Which interfaces are implemented by hashmap?

1 Answers  


Is radix sort stable?

1 Answers  


What are stacks? Give some of its applications.

1 Answers   TCS,


No. of possible ordered trees with n nodes ? Please give formula (if any).

2 Answers   CodeChef,


What is merge sort in daa?

1 Answers  


What is dequeue in data structure?

1 Answers  


What exactly is a thread?

1 Answers  


Categories