Classify the Hashing Functions based on the various methods by which the key value is found.
Answer Posted / 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 View All Answers
How does hashset work internally in java?
How do you sort a list in reverse order?
Does concurrenthashmap allow null?
Traverse the given tree using Inorder, Preorder and Postorder traversals. Inorder : D H B E A F C I G J Preorder: A B D H E C F G I J Postorder: H D E B F I J G C A
What are the Difference between tcp and udp?
Which is better hashmap or treemap?
Can we increase the size of statically allocated array?
Explain about circular linked list?
What is the idea behind splaying?
What do you mean by shortest path?
How do you declare An array of three pointers to chars
Which is the slowest sorting algorithm?
Run time memory allocation is known as in data structure?
What are the advantage of linked list over array?
What is array traversing?