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 the use of substring?
How do I sort hashset?
What is the difference between Array and LinkedList?
What is dequeue in data structure?
How would you swap the Kth node from beginning with Kth node from end in a Linked List.
Why is hashing used?
Explain binary tree traversals?
Which interfaces are implemented by abstractsequentiallist?
What is the non linear data structure?
Does arraylist have index?
What is indexing an array?
What are the non linear data structure?