Define linear probing?



Define linear probing?..

Answer / Dhirendra Kumar Verma

Linear probing is a simple collision resolution method for open addressing hash tables. When a collision occurs, the probe moves to the next available position by incrementing the index by 1 for each collision.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is tree and its properties?

1 Answers  


When will you use array over arraylist?

1 Answers  


Which of the collections allows null as the key?

1 Answers  


Can you please explain the difference between string and an array?

1 Answers  


How much time does it take to learn data structures?

1 Answers  


What are the advantages of sorting?

1 Answers  


What is complete binary tree and almost complete binary tree?

1 Answers  


Can arraylist store int?

1 Answers  


Why is quicksort not stable?

1 Answers  


In tree construction which is the suitable efficient data structure?

1 Answers  


By Which algorithm, the 8 queens problem is solved?

1 Answers  


What do you mean by heap order property?

1 Answers  


Categories