Let's test your knowledge. Fill in the missing part by typing it in.
Hashing is a powerful technique used to map data to a ___-size array called a hash table. It works by applying a hash function to the data and storing the result in the corresponding index of the hash table.
Write the missing line below.