hi everyone, I am interested in knowing what a hash table is, its use, its implementation.
what is the difference between a hash table and a hash function ? Is hash table similar to a look up table ? How should i go about implementing a hash table ? Is the table a data structure by itself or should i implement is using linked lists or arrays for that matter ? Regards, Sunil.
