In hash tables, how many traversal of links does a successful search require?
(a) 1+⅄
(b) 1+⅄^2
(c) 1+ (⅄/2)
(d) ⅄^3
My query is from Hash Tables topic in portion Hash Tables of Data Structures & Algorithms I
I had been asked this question by my school principal while I was bunking the class.