Demonstrate the function in a driver program.
Employee Tree
Design an EmployeeInfo class that holds the following employee information:
Employee ID Number: | an integer |
Employee Name: | a string |
Next, use the template you designed in Programming Challenge 1 to implement a binary tree whose nodes hold an instance of the EmployeeInfo class. The nodes should be sorted on the Employee ID number.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.