InterviewSolution
Saved Bookmarks
| 1. |
The searching technique that takes O (1) time to find a data is(a) Linear Search(b) Binary Search(c) Hashing(d) Tree SearchThis question was addressed to me in an internship interview.Question is taken from Hashing techniques in chapter Indexing and Hashing of Database Management |
|
Answer» Correct choice is (c) Hashing |
|