m = 100; hash(id) = first two digits of id
#. Starting with an empty hash table, show the effect of successively adding the following student identifiers: 000014, 990021, 990019, 970036, 000015, 970012, 970023.
Use following function as second hash function
hash(id) = last digit of id
# Show the effect of deleting 000014 from the hash table.
(Java Programming DSA)
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here