Chapter 8: Problem 44
In the traditional implementation of a tree, each node is constructed with a separate pointer for each possible child. The number of such pointers is a design decision and represents the maximum number of children any node can have. If a node has fewer children than pointers, some of its pointers are simply set to null. But such a node can never have more children than pointers. Describe how a tree could be implemented without limiting the number of children a node could have.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.