212k views
4 votes
Resolving collisions by using buckets that are linked chains is called

A. List resolution

B. Bucket chaining

C. Separate chaining

D. Joint chaining

1 Answer

5 votes

Answer:A) List resolution

Explanation: Collisions can be eliminated with the help of the chaining process that is by connecting the elements consecutively with other elements in linked chain form.

In the list resolution,each elements that is placed in the hash table is powered with the collision avoiding function so that the links can remain collision-free. Therefore, the correct answer is option(A) .

User Xhirazi
by
5.0k points