What do you mean by collision in hashing?
3 years ago
Data Structure and Algorithm
When an element is inserted, it hashes to the same value as an already inserted element, and then it produces collision.
Sanisha Maharjan
Jan 23, 2022