Computer Science, asked by kksanthoshdr59321, 11 months ago

In a hash table both the keys and the values are integers

Answers

Answered by muskaan71
4

in a hash table both keys and values are integers we interact over the key value pair of the hashtable and print each of the pair of value in the format key is equals to a value is equals to B

Answered by gratefuljarette
1

Answer:

Yes, both the keys and values are integers in a hash table.  

Explanation:

Hashing is a method that is used to uniquely identify any object in a large group or sets. For example, the unique adhaar number is there to identify each individual, unique roll numbers are assigned to students to identify them.

In data structure hashing is used with the help of hash function and hash table. Hash table is used to store the raw data or records of anyone and that is known as keys and the values which should be in integer.

Similar questions