Question: LAB ASSIGNMENT Task 1: Update legacy code for Simple Hash Tablesso it will Accept a Key as String and Map to String Value. Task 2:
LAB ASSIGNMENT
Task 1:
Update legacy code for Simple Hash Tablesso it will Accept a Key as String and Map to String Value.
Task 2:
Solve the Problem above, but use C++ std:: map.
Use necessary methods from the library.
- Attach Snipping Photo of Source Code and Output
First Name and Last Name
"Jane" "Smith"
"John" "Do"
"Susan" "Collins"
"Bill" "Rodgers"
"Eric""Jones"
"Jill" "Wright"
"Mike" "Bader"
Use Conventional Method Names Insert, Remove, Search:
insert(key, value)
insert("First", "Last")
Search("First") Method will return value
Remove("First") Method will delete key and value
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
