What is hashing technique?



What is hashing technique?..

Answer / Arvind Saini

Hashing Technique refers to a method of converting data of arbitrary size, such as a string or number, into a fixed-size value (hash value or hash code) using a mathematical function called the hash function. This process is used in various applications like password storage, error detection, and indexing.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is the difference between a stack and an array?

1 Answers  


How many sorting algorithms are there?

1 Answers  


Can we create a null as a key for a map collection?

1 Answers  


What is ds tree?

1 Answers  


Why you need a data structure?

1 Answers  


What is stack in geography?

1 Answers  


Define the graph data structure?

1 Answers  


why do tree always takes o(log n) time?

2 Answers   TCS,


What is array define its types?

1 Answers  


What is the idea behind splaying?

1 Answers  


What is the slowest sorting algorithm?

1 Answers  


How will you free the memory that is allocated at run time?

1 Answers  


Categories