Question: PART 1 GENERAL TREES In this part you will be implementing a general tree data structure where each node of a tree can have any


PART 1 GENERAL TREES 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. Member Functions: Write implementation for the following methods as described here: Tree (shared_ptr
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
