Write the importance of hashing.
4 years ago
Data Structure and Algorithm
- Maps key with the corresponding value using hash
- Hash tables support the efficient addition of new entries and the time spent on searching for the required data is independent of the number of items
Sanisha Maharjan
Jan 23, 2022