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 systemSeparate chaining
No comments:
Post a Comment