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 |
Name few collections map implementations?
A list is ordered from smaller to largest when a sort is called. Which sort would take the shortest time to execute?
Explain binary tree traversals?
What are the disadvantages of using collection classes over arrays?
What is a vector class?
List the data structures which are used in network data modal.
Why null is allowed in hashmap?
Define double linked list?
Is list a data structure?
Explain the term tail recursion?
Explain the types of linked lists.
What are arrays give example?