brkn8102/Chained-Hash-Table

Adding elements with same "key" would fail but still increase the total

Closed this issue · 1 comments

If you add two element with the same key, for example "test", and print the table.

It would only show one element but if you print out the table properties, number of elements would be 2.

Thank you for the fix.