Question: Your project is about passwords in c programming. [Hash] Insert 1.000 password list in to hash table with appropriate hash function. It would be better

Your project is about passwords in c programming.

[Hash] Insert 1.000 password list in to hash table with appropriate hash function. It would be better if the number of collusion does not exceed 200. Search a password within 1.000 password list using Hash Table and report collusion count for that search.

[Linked List] Create a linked list (singly, doubly or circular it's up to you.) from 1.000 password list. According to password lenght and difference of every character, give every password a score(it's up to you!) and store these scores in the same linked list. Your node structure must contain score for every node. Sort the list according to the password strenght and output top 10 strongest and top 10 most weakest passwords.

note:You must do it with file pointer. We already have a txt which have 1000 or 10000 passwords includes number passwords ,char passwords and both in one passwords . There is no space or comma between passwords in txt. there is one password in one line. for example : password1 password2 password3...

passwords are not in order. randomly written

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!