Question: C++ Please comment how your code works. LAB ASSIGNMENT Task 1: HardCode a C Hash Table that Will Accept a Key as String and Map
C++ Please comment how your code works.
LAB ASSIGNMENT
Task 1:
HardCode a C Hash Table that Will Accept a Key as String and Map to String Value.

Create Methods to Insert:
insert(key, value)
insert(First, Last)
Findvalue(First) ? Method will return value
Delete(First) ? Method will delete key and value
First Name "Jane" "John" "Susan" Last Name "Smith" "Do" "Collins" "Rodgers" "Jones "Wright" "Bader" AD Eric" Mike
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
