What is the primary advantage of using hashing for searching compared to binary search?
A. Works efficiently with small datasets.
B. Constant time complexity on average.
C. Requires less memory.
D. Works efficiently with small datasets.
Answer: Option B
Join The Discussion