628 views
0 votes
0 votes

Q)Professor Marley hypothesizes that substantial performance gains can be obtained
if we modify the chaining scheme so that each list is kept in sorted order. How
does the professor’s modification affect the running time for successful searches,
unsuccessful searches, insertions, and deletions?

The above question was given in CLRS (HASHING,Exercise 11.2-3)

Can anyone please provide an answer and also explain on what basis are we going to sort the elements?

As, In a list all the elements have same key values

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
2
nandini gupta asked Jan 22, 2017
683 views
A hash table of length 100 uses chaining.What is the probability that all the values are hashed into the same slot after 5 insertions?
0 votes
0 votes
1 answer
3
0 votes
0 votes
1 answer
4
piyushkr asked Dec 23, 2015
2,461 views
If we are inserting an element in chaining(outside) hashing technique, then what will be the time complexity in best case, average case and Worst case.