Hash Crash or Hash Collision
Definition
one of the hash function's problems.
If the input value is different, the output value should be different.
But, the output is same.
Less hash crush is better
No hash crush is almost impossible. We calls that "perfect hash function"
If yo...
eunhanlee.hashnode.dev1 min read