AMA University Answers
Login
Register
AMA OED
Courses
ITE
ITE-6201
A binary tree is a tree in whi...
A binary tree is a tree in which each node can have zero, one, or two children.
TRUE
Correct
Feedbacks
DamagedFlamingo
-
2 years ago
Upvoted this question
Similar ITE-6201 questions
A binary search cannot be applied to a tree.
Which is the pointer associated with the availability list?
It doesn't require a binary tree to be traverse when using insertion or deletion.
Every node N in a binary tree T except the root has a unique parent called the of N.
To return the number of nodes of a Binary Tree ADT in C++ we use number()
A Binary Tree that stores a collection of elementswith their associated keys at its nodes.