What do you mean by quadratic probing?
Answer / Jitendra Kumar Kanaujia
Quadratic probing is a method used in hash tables to resolve collisions. When a collision occurs, the next empty cell is found by applying a quadratic function to the initial hash value and the current number of unsuccessfully attempted positions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is boolean a data type?
What is the default capacity of hashmap?
What is the difference between binary tree and binary search tree?
What are the two traversal strategies used in traversing a graph?
How will you sort the elements of array in descending order?
What is data structure definition?
What is mean by selection sort?
Mention the advantages of representing stacks using linked lists than arrays?
Why do we use sorting?
Which is faster array or linked list?
Which data structures are applied when dealing with a recursive function?
How do you use merge sort?