hashtable - how to perform opertions on a hash table? -
hashtable - how to perform opertions on a hash table? -
for illustration hash function hash(x) = x mod 10. perform operation on examples , create hash table
add(17, a)
remove(17)
add(27, a)
add(27,b)
how perform operation on , create hash table?
hashtable
Comments
Post a Comment