资 源 简 介
The task is to implement an hash table with open addressing scheme for the password based authentication application. You have to first create a text file with each entry having two items: user-id and password. You will process the file with the user-ids and the passwords by hashing into the table by user-id. At that location, you will store the user-id and password in the linked list