Assume that you have to implement a software system for the Library of your university. As a developer,
you have been assigned the module of hiring and storing the unique ids of the employees shown in the
hierarchy below. Using the Tree data structure, provide a program that
Hires and stores all the employees
Display the structure in a in order manner
Fires the employee having id 117
Comments
Leave a comment