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 runtime polymorphism? For the 5 marks.

3 Answers  


When not to use object oriented programming?

0 Answers  


What are the data types in oop?

0 Answers  


why the argument is passed by reference to a copy constructor?example?

2 Answers  


What is the difference between an object and a class?

3 Answers  






wht is major diff b/w c and c++?

10 Answers  


What is abstraction in oops?

0 Answers  


The IT giant Tirnop has recently crossed a head count of 150000 and earnings of $7 billion. As one of the forerunners in the technology front, Tirnop continues to lead the way in products and services in India. At Tirnop, all programmers are equal in every respect. They receive identical salaries and also write code at the same rate. Suppose 14 such programmers take 14 minutes to write 14 lines of code in total. How long will in take 5 programmers to write 5 lines of code in total ?

6 Answers   TCS,


Whatis the difference between oop and object based language

3 Answers  


namespace is working on which compiler?

3 Answers  


Write a program in c++ to read two floating point numbers and find their sum and average.

2 Answers  


What is object-oriented programming? Webopedia definition

0 Answers  


Categories