📚 dsaflash.cards
Problems
Log in
Sign up
Home
/
Data Structures
/
Hash Tables
Hash Tables
Question 1 of 5
What does a hash function do in the context of a hash table?
A
It encrypts the keys for security
B
It sorts the keys before storing them
C
It compresses the values to save memory
D
It converts a key into an integer, which is mapped to a bucket index
← Back to categories