Question: Write the private member variables for a new node definition that could be used for a node in a tree where: (1) Each node contains
Write the private member variables for a new node definition that could be used for a node in a tree where:
(1) Each node contains int data,
(2) Each node has up to four children, and
(3) Each node also has a pointer to its parent. Store the pointers to the children in an array of four pointers.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
