InterviewSolution
Saved Bookmarks
| 1. |
Which algorithm is used for searching in the table?(a) List search(b) Informed search(c) Hash search(d) Adversarial searchThe question was posed to me in quiz.The query is from Table Lookup topic in section Structures, Unions and Bit-Fields in C of C |
|
Answer» CORRECT ANSWER is (C) HASH search Explanation: NONE. |
|