Saved Bookmarks
| 1. |
What Is Hashing? |
|
Answer» Hashing is a TECHNIQUE to convert a range of key values into a range of indexes of an ARRAY. By using hash tables, we can create an associative data storage where data INDEX can be find by PROVIDING its key values. Hashing is a technique to convert a range of key values into a range of indexes of an array. By using hash tables, we can create an associative data storage where data index can be find by providing its key values. |
|