Write the disadvantages of separate chaining.
4 years ago
Data Structure and Algorithm
- The elements are evenly Some elements may have more elements and some may not have anything.
- It requires This leads to slow the algorithm down a bit because of the time required to allocate new cells, and also essentially requires the implementation of a second data structure.
Sanisha Maharjan
Jan 23, 2022