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
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
How can you overcome the diamond problem in inheritance?
What is static modifier?
What is a null tree?
What is inheritance and how many types of inheritance?
What is object in oop with example?
What is polymorphism explain?
Whats is abstraction in oops?
What does oop mean in snapchat?
can we make game by using c
Can we define a class within the interface?
What is the real time example of encapsulation?
What is use of overloading?
Why polymorphism is used in oops?
How oops is better than procedural?