Saved Bookmarks
| 1. |
What is the hash function used in case of a collision in double hashing? |
|
Answer» ONG>Answer: The DOUBLE hashing technique uses ONE hash value as an index into the table and then repeatedly steps FORWARD an INTERVAL until the desired value is located, an empty location is reached, or the entire table has been searched; but this interval is set by a second, independent hash function. |
|