Hashing | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Hashing

Can anyone please explain me what is hashing and hashcode?

5th Jan 2018, 12:08 PM
Shalini Jha
Shalini Jha - avatar
1 Answer
+ 12
In computing, a hash table (hash map) is a data structure which implements an associative array abstract datatype, a structure that can map keys to values. A hash table uses a hashfunction to compute an index into an array of buckets or slots, from which the desired value can be found.
5th Jan 2018, 12:28 PM
Abhivarshini Maddala
Abhivarshini Maddala - avatar