what is binary tree?
Answers were Sorted based on User's Feedback
Answer / tadveer verma
a tree which has atmost two child is called a binary tree.
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / chandra
the tree has at least two child is called a binary tree
.
| Is This Answer Correct ? | 0 Yes | 9 No |
Does arraylist allow null values?
Differentiate between priorityqueue and treeset.
Tell me is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
No. of possible ordered trees with n nodes ? Please give formula (if any).
How does hashset maintain order?
Is learning data structures necessary?
Are the expressions arr and &arr same for an array of integers?
What is data structure in programming language?
What is array traversing?
What are the different types of sorting? Explain the difference between them.
What is the complexity of sorting algorithm?
Define in brief an array. What are the types of array operations?