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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started