Hash

When to use hash

function in programming.

Donald Le
2 min readOct 26, 2020

--

Photo by Ehimetalor Akhere Unuabona on Unsplash

A hash function takes an input as a key, which is associated with a datum or record and used to identify it to the data storage and retrieval application. The keys may be fixed length, like an integer, or variable length, like a name. In some cases, the key is the datum itself. The output is a hash code used to index a hash table holding the data or records…

--

--

Donald Le

A passionate automation engineer who strongly believes in “A man can do anything he wants if he puts in the work”.