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 |
Write the stack overflow condition.
Can hashset contain null?
What are sorting algorithms used for?
What are the disadvantages of representing a stack or queue by a linked list?
What is the need for path compression?
What is the procedure to insert into a sorted array?
How do stacks work?
Which sorting is best in time complexity?
What are the advantages of stack?
What is a concurrenthashmap?
Why is the isempty() member method called?
What are arrays give example?