📚 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 converts a key into an integer, which is mapped to a bucket index
B
It compresses the values to save memory
C
It sorts the keys before storing them
D
It encrypts the keys for security
← Back to categories