Using C++ do the following - Create a structure for student (ID, Name, address all strings) - Create hash table class with the required methods for students based on their address. Hash table contents...

Using C++ do the following - Create a structure for student (ID, Name, address all strings) - Create hash table class with the required methods for students based on their address. Hash table contents should be the index of the element in the original array. - In Main function - Put three student objects in an Array. - Create Hash table object of size = 7 - Insert the indexes of those objects into a hash table object from the hash table class.
Using C++ do the following<br>- Create a structure for student (ID, Name, address all strings)<br>- Create hash table class with the required methods for students based on their<br>address. Hash table contents should be the index of the element in the original<br>array.<br>- In Main function<br>- Put three student objects in an Array.<br>- Create Hash table object of size = 7<br>- Insert the indexes of those objects into a hash table object from the hash<br>table class.<br>

Extracted text: Using C++ do the following - Create a structure for student (ID, Name, address all strings) - Create hash table class with the required methods for students based on their address. Hash table contents should be the index of the element in the original array. - In Main function - Put three student objects in an Array. - Create Hash table object of size = 7 - Insert the indexes of those objects into a hash table object from the hash table class.

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here