Let's try to categorize problems here:
Hash problems
Adding elements into a hash to avoid looking for an element in an array.
Careful with collisions in hash
Examples:
- Find two elements in an array that sums a value.
Let's try to categorize problems here:
Adding elements into a hash to avoid looking for an element in an array.
Careful with collisions in hash
Examples: