182k views
2 votes
When a binary tree is full to its next to last level and its leaves on the last level are filled from left to right the tree is said to be

A. Ordered

B. Populated

C. Organized

D.complete

User Nighliber
by
5.1k points

1 Answer

1 vote

Answer: D) Complete

Step-by-step explanation:

A binary tree is said to be complete when, all the levels are completely fill except the last level. All the nodes leave in last level are all fill from left to right side in the binary tree.

If the current node in the binary tree indicated null value then, the tree are completely filled. If the last level is completely filled then,complete binary tree is known as perfect binary tree.

User El Dude
by
5.1k points