Question: Can someone help me with this C++ code, all of it if possible and be as specific as you can, thanks in advance. Design a

 Can someone help me with this C++ code, all of it
Can someone help me with this C++ code, all of it if possible and be as specific as you can, thanks in advance.

Design a primary hash table data structure. (total 110 points) a. Each hash table has an array of node pointers and can point to a head of a linked list. Suppose b Override the default constructor with a constructor that has one default paramet called em c. Design the insert function that accept a value and inserts the value in the index of value%(size of d. Design a search function that accepts a value and checks to see if it is inside the table, if it is there e. Design a remove function to remove a value from the table. (10 pts) the node class is given to you. The data type of each node is int. (10 pts) capacity. What happens to your default constructor? Create some instances of the seq it using the new constructor in multiple ways. table). Try to be efficient. (10 pts) it return true. (5 pts) Overload + and - operators for hash table such that you may insert or remove a new integer to (10 pts) f. the hash table using this operator. (10 pts) 8. O verload >> operator for hash table such that it accepts a hash table and it inserts the element from the input into the table. (10 pts) h. Explain why the value semantics of your hash table class is not safe to use? Make the value i. Explain what is the running time of each function. (30 pts) whit ela you shul de

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!