Back to Questions
SSC Computer Science
QUESTION #1123
Question 1
Which one of the following is the fastest way of searching for a given key?
Correct Answer Explanation
The fastest searching method depends on the context, but for general key-value retrieval, a Hash Table (typically O(1)) is fastest. Since it's not listed, "None of these" is the correct choice.
Sign in to join the conversation and share your thoughts.
Log In to Comment