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 |
What is sequential sorting?
Calculate the address of a random element present in a 2d array, given base address as ba.
How will you explain circular linked list?
Is an arraylist a vector?
Is binary tree balanced?
What are doubly linked lists?
In which data structure, elements can be added or removed at either end, but not in the middle?
42 Answers Infosys, NIC, TTA, Wipro,
How can someone display singly linked list from first to last?
What is concurrentlinkeddeque?
Explain what are the types of collision resolution techniques and the methods used in each of the type?
Which process places data at the back of the queue?
Does linkedhashset allow null values?