This is a one-way mapping from one datatype to another.
mymap = {
a : 20,
b : "hello" ,
"quint" : 1.2239
}Data Structure
A array of size with a Hash Function
Operations
insert(k,v): insert a new key-value pairk-vdelete(k): delete the node with keyksearch(k): find node with keyk