This might sound as an very vague question upfront but it is not. I have gone through Hash Function description on wiki but it is not very helpful to understand.
I am looking simple answers for rather complex topics like Hashing, Here are my questions:
- What do we mean by
Hashing, how does it workinternally? - What
algorithmdoes it follow ? - What is the difference between :
HashMap, HashTable and HashList? - What do we mean by
Constant Time Complexityand why does different implementation ofHashgivesconstant timeoperation ? - Lastly, why in most interview questions
Hash and LinkedListare asked, is there any specific logic for it from testing interviewee's knowledge ?
I know my question list is big but would really appreciate if I can get some clear answers to this questions as I really want to understand Hash Topic.
Thanks.