recategorized by
419 views

1 Answer

0 votes
0 votes

Ans: C) Indexing

  • Hash addressing is used to resolve collisions (See Open Addressing)
  • Chaining is a one of the popular way to resolve collisions

Related questions

0 votes
0 votes
2 answers
1
go_editor asked Mar 27, 2020
215 views
A hash function $f$ defined as $f(\text{key}) =\text{key mod}$ $7$, with linear probing it is used to insert the key $37,38,72,48,98,11,56$ into a table index from $0$ to...
0 votes
0 votes
1 answer
2
0 votes
0 votes
1 answer
3
go_editor asked Mar 27, 2020
294 views
Which traversal techniques lists the nodes of a binary search tree in ascending order?post – orderin – orderpre – orderlinear – order
0 votes
0 votes
1 answer
4
go_editor asked Mar 27, 2020
383 views
The Register or main memory location which contains the effective address of the operand is known as:PointerIndexed registerSpecial LocationsScratch Pad