InterviewSolution
Saved Bookmarks
| 1. |
What kind of deletion is implemented by hashing using open addressing?(a) active deletion(b) standard deletion(c) lazy deletion(d) no deletionMy query is from Hash Tables in division Hash Tables of Data Structures & Algorithms II have been asked this question by my college director while I was bunking the class. |
|
Answer» Correct option is (C) lazy deletion |
|