What is Hashing and how is it done? Pictorial form?

Answers were Sorted based on User's Feedback



What is Hashing and how is it done? Pictorial form?..

Answer / 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

What is Hashing and how is it done? Pictorial form?..

Answer / sanjeevkumar.v

hashing table is used on C-language .first to give the
values and these are divide into 3. the values are
individually divided in the 3. the REMAINDER will be
considered at the TABLE . the columns are in

TABLE--0

TABLE--1

TABLE--2

these are in having hashing table........

pictorial diagram is used on the programming languages
and these are used in the .architecture of the function to
be view

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More OOPS Interview Questions

what is Class in oops with example?

4 Answers   HCL,


what are the disadvantages of C++?

25 Answers   ATS, Infosys, UNI, Wipro,


What is R T T I ?

6 Answers   Ness Technologies,


write a programe to calculate the simple intrest and compund intrest using by function overlading

0 Answers  


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

2 Answers  






can you explain how to use JavaBean in Project

3 Answers   Infosys, Satyam,


What does and I oop mean?

0 Answers  


In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance

1 Answers  


what is abstract class ? when is used in real time ? give a exp

5 Answers  


what is polymorpsim? what are its types?

8 Answers  


What is the benefit of oop?

0 Answers  


c++ is a purely oop concept?

3 Answers   Google, TCS,


Categories