Starting Out with C++ from Control Structures to Objects (9th Edition)
Starting Out with C++ from Control Structures to Objects (9th Edition)
9th Edition
ISBN: 9780134498379
Author: Tony Gaddis
Publisher: PEARSON
Question
Book Icon
Chapter 21.1, Problem 21.2CP

The first node in binary tree is referred as “root node”.

Program Plan Intro

Binary tree:

A complete binary tree is a tree structure with the property that every node must have exactly two children, and at the last level the nodes should be from left to right.

Blurred answer
Students have asked these similar questions
Define the term " node " .
What is a child node?
What's the distinction between a node and an NIU?