Implemented hashing techniques such as SEPARATE CHAINING (using linked list), LINEAR PROBING and QUADRATIC PROBING (using Array).