Sunday 10 October 2010

Disadvantages of separate chaining


Disadvantages of separate chaining:
Ø  It requires the implementation of separate data structures for chains and a code to manage it.
Ø  The main cost if chaining is the extra space required for the linked list.
Ø  For some languages creating new notes (for linked list) is expensive and slows down the system



Separate chaining

No comments:

Post a Comment