InterviewSolution
Saved Bookmarks
| 1. |
Hashing is the problem of finding an appropriate mapping of keys into addresses.(a) True(b) FalseThis is a very interesting question from Hash Tables in chapter Hash Tables of Data Structures & Algorithms II have been asked this question in homework. |
|
Answer» CORRECT option is (a) True Easiest explanation - HASHING is a DATA structure which is used to locate data in a table BASED on a key value. |
|