--%>

Handle the collisions in hash tables

Explain techniques use to handle the collisions in hash tables?

E

Expert

Verified

We can employ two major techniques to handle the collisions. They are separate chaining and open addressing. In separate chaining, each of array elements consists of a linked list. All of the data items hashing to a given array index are inserted into that list. In open addressing, data items which hash to a full array cell are placed in another cell in the array.

 

   Related Questions in Science

  • Q : Problem on heat flux Below is a drawing

    Below is a drawing of the wall of a refrigarator which consists of 3 layers- 0.2 cm thick steel walls on both sides of 4 cm of glass wool. This refrigarator was initially turned off so the temperature inside and out side was the same and the flux of heat through the w

  • Q : Groub activity Hi, I send this email

    Hi, I send this email with attachments. Please read the attachments carefully and write as Assessment using effort, accuracy and academic writing. Three topics about Health Informatics, Laboratory in health institutions (departments, machines and describe some lab works) and topic from Handout atta

  • Q : PHARMACEUTICS WHAT ARE THE

    WHAT ARE THE PHYSIOCHEMICAL PROPERTIES OF HOMOPOLYMERS

  • Q : Working of EU Normal 0 false false

    Normal 0 false false

  • Q : Describe Computer motherboard Normal 0

    Normal 0 false false

  • Q : Microprocessor hold ROM chips Normal 0

    Normal 0 false false

  • Q : Least Recently Used Define Least

    Define Least Recently Used(LRU)?

  • Q : Define Weak Preservation Weak

    Weak Preservation: An abstraction of a concrete system is weakly preserving if a set of properties true in the abstract system encompass corresponding properties in the concrete system which are also true.

  • Q : Identifying and Eliciting Critical

    Identification and elicitation of critical properties is the initial and essential step in the verification process; however, there is no well-defined and generally accepted process to follow. we employed a combina

  • Q : Explain UNIX OS shell UNIX OS shell : A

    UNIX OS shell: A shell is an interactive user interface to operating system services which permits a user to enter commands as character strings or via a graphical user interface. The shell transforms them to system calls the OS or forks off a process