Question: PART 1 GENERAL TREES Helper function to be used in the findHeight() function In this part you will be implementing a general tree data structure

PART 1 GENERAL TREES Helper function to be used in the findHeight() function In this part you will be implementing a general tree data structure where each node of a tree can have any number of children nodes. Refer to tree.hpp which provides all the required definitions. Write your implementation in tree.cpp using the boiler code. void delete Tree(shared_ptr
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
