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
What is abstraction in oops?
what is the drawback of classical methods in oops?
what is the sylabus for priliminaries?
What are the three parts of a simple empty class?
• What are the desirable attributes for memory managment?
What makes a language oop?
How do you answer polymorphism?
#include
What is difference between multiple inheritance and multilevel inheritance?
write knight tour problem which is present in datastructure
What is super in oop?
What is polymorphism and types?
What is the oops and benefits of oops programming?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is abstract class in oop?