When faced with a collection of distinct elements, which data structure is most appropriate for efficient storage and retrieval?
Array
Binary search tree
Hash table
Linked list

Computer Science Exercises are loading ...