Question: C + + Laguage A parking company needs to implement an automatic plate number recognition parking payment. You are asked to design the data structure
C Laguage
A parking company needs to implement an automatic plate number recognition parking payment. You are asked to design the data structure and program prototype for the system. You decided to use hashing to store the information of the cars during the system runtime, where there is no need to save the car information in the database. Based on this scenario, suppose that plate numbers were currently captured as ABC BD EEE KYC PPL SSS SSB MBB CBY MCM
Suppose that chaining linked list is used as a data structure for the hash table, create a program that
a Identify and implement how can you organize the plate number as data in the linked list and can be used on the hash table.
b Implement the hashing functions for this problem. You can accept up to inputs from the user or read from a formatted text file of the car plate number information.
c Create the hashing function that will handle any collision as chaining.
d Find a plate number and print out the information
e Print out the content of the linked hash table.
Assessment Criteria:
Complete functions Hash.
Complete function checkCollision.
Create and complete find function.
Correct output for find.
Correct output for output that shows the content of the hash table.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
