What is Hashing and how is it done? Pictorial form?
Answer Posted / vivin
A hashing function is a key-to-address transformation, which acts upon a given key to compute the relative position of the key in an array.
A simple hash function
HASH(KEY value)=KEYvalue MOD TABLESIZE
(ex) HASH(92)=92 MOD 10
=2
Here 10 is table size associated with records
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Is react oop?
What are the components of marker interface?
What are the advantages of polymorphism?
What are the 5 oop principles?
Can an interface inherit a class?
What is purpose of inheritance?
Can you inherit a private class?
What is encapsulation selenium?
What is coupling in oops?
What is the difference between static polymorphism and dynamic polymorphism?
What is class and object with example?
What are the 3 pillars of oop?
i got a backdoor offer in process global,Bangalore..Can i work with it?
Where is pseudocode used?
What is object and example?