Saved Bookmarks
| 1. |
What is treu about hashing |
|
Answer» Answer: Hashing is the transformation of a string of characters into a usually shorter fixed-length value or key that represents the original string. Hashing is used to INDEX and retrieve items in a database because it is FASTER to find the item USING the shorter hashed key than to find it using the original value. |
|