Define Hashing.
4 years ago
Data Structure and Algorithm
Hashing is the transformation of 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 short hashed key than to find it using the original value.
Sanisha Maharjan
Jan 23, 2022