What is Hashing and how is it done? Pictorial form?
Answers were Sorted based on User's Feedback
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 |
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 |
What is the difference between abstraction and polymorphism?
Example for 4 pillar of oops like, Inheritance,Poly,Abstraction,Encabsulation ?
program in c++ that can either 2 integers or 2 floating point numbers and output the smallest number
What do you mean by binding of data and functions?
what is the difference between class and object?
What is polymorphism programming?
Can we create object of interface?
what is overloading and overriding?
Definition of Object Oriented Programming in single line?
33 Answers Impact Systems, Q3 Technologies, TCS,
What is a template?
What does it mean when someone says I oop?
swapping program does not use third variable