A ___________ tree is a tree where for each parent node, there is only one associated child node
Options
- balanced binary tree
- rooted complete binary tree
- complete binary tree
- degenerate tree
CORRECT ANSWER : degenerate tree
Write your comments