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 are different types of linked lists?
What is static array?
How to create an Array?
What is difference between list and set?
How many types of searching are there in data structure?
How do you check if a stack is empty or not?
Why do we use arrays?
Is boolean a data type?
which notations are used in evaluation of arithmetic expressions using prefix and postfix forms?
Why is data structure important?
What is circular queue example?
How do you access the values within an array?