Answer:
(d) Each internal vertex represents the winner of the game played by its two children, and there are 1000 leaves, one for each contestant.
Explanation:
You want to know the accurate description of a full binary tree representing a tournament.
Binary tree
Each node of a full binary tree has two children. This eliminates answer choices A, B, and C. Each contestant will be represented by one leaf, eliminating answer choice E.
The correct description is choice D:
Each internal vertex represents the winner of the game played by its two children, and there are 1000 leaves, one for each contestant.
<95141404393>