0 votes
in Other by

What is hashing?

1 Answer

0 votes
by

Hashing is a technique used to convert a range of key values into a range of indexes of an array. For example, you can create an associative data storage where the data index is found by providing its key values using the hash tables.

...