Question
What is a common use of Linear Probing?
Select an option. Your answer will be checked instantly.
Correct Answer: B. simple hash-table implementations
Explanation:
Linear Probing is commonly used for simple hash-table implementations.
Its design supports this task efficiently or naturally.
Leave a Reply