1.

Suggest A Suitable Approach For Computing Hash Function?

Answer»
  • USING hash function we should obtain exact LOCATIONS of name in symbol table.
  • The hash function should result in uniform DISTRIBUTION of NAMES in symbol table.
  • The hash function should be such that there will be minimum NUMBER of collisions. 
  • Collision is such a situation where hash function results in same location for storing the names.



Discussion

No Comment Found