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 link list in data structure?
How is the front of the queue calculated in data structure?
What is the default size of an arraylist?
Why heap sort is not used?
Are linked lists useful?
How do you sort an array in descending order?
What package is arraylist?
What is a subtree in data structures?
Is array static or dynamic?
Define adjacent nodes?
Write a program using mergesort technique.
Why do we use binary search?