What is binary tree?
Answers were Sorted based on User's Feedback
Answer / yenealem
It is a data structure on that every node on the tree
contains at most two children in the tree.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / manish kit
A binary tree is a non liniear data structure in which
there must be both child of each node acxept leaf node
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / siya
a binary tree is a tree,whose root has degree 2 and other
nodes has degree 2or 3.
| Is This Answer Correct ? | 1 Yes | 3 No |
What is difference between array and string?
How many types of linked list exist?
Why sorting is used?
What is basic data structure?
Define splay tree?
Define forest?
How does threaded binary tree represented in data structure?
Can nsarray contain nil?
How do you make a bubble chart with 3 variables?
What is difference between an Array and ArrayList?
Write program for Quick sort ?
What is the difference between array sort () and array sort t >()?