What is direct addressing?
(a) Distinct array position for every possible key
(b) Fewer array positions than keys
(c) Fewer keys than array positions
(d) Distinct array positions for keys based on priority
Question is from Direct Addressing Tables in division Hash Tables of Data Structures & Algorithms I
This question was posed to me during an interview.