Answer the question
In order to leave comments, you need to log in
Hash table of dimension m, chaining method?
Have I correctly formatted the data structure for such a hash table?
type
...
l = ^p;
p = record
k : string; //key
v : intger; //value
n : l; //next
end;
var
a : array[0..m-1] of l; //hash table
...
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question