Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is hashing technique? Describe in brief.



What is hashing technique? Describe in brief...

Answer / Kapil Deol

Hashing is a technique used to map keys or values to indices in an array, providing quick data access with constant time complexity (O(1)). The hash function takes an input key and produces a unique index in the hash table. Collisions may occur when multiple inputs produce the same index, which can be managed using various collision resolution methods like chaining and open addressing.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is quick sort?

1 Answers  


Can a hashset contain duplicates?

1 Answers  


Can an arraylist be null?

1 Answers  


What are different types of sorting algorithms?

1 Answers  


Define dynamic data structures?

1 Answers  


Explain what are the major data structures used in the rdbms?

1 Answers  


What is the purpose of thread?

1 Answers  


Explain about the different lists available in the collection?

1 Answers  


Is it legal to initialize list like this?

1 Answers  


How do you clear a stack?

1 Answers  


Is treeset synchronized?

1 Answers  


What data type is enum?

1 Answers  


Categories