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 a Program for Linked list manipulation.
If we add enum constants to a sorted collection ( treemap , treeset ), what will be the order in which they will be maintained?
Does hashmap sort automatically?
What are the classification of data structures?
What is linked list with example?
What is sorting and its types?
Why are b trees used?
Difference between calloc and malloc ?
Can the double-checked locking fail on a single processor system?
How to fill element (initialize at once) in an array?
What is meant by linked list?
Which type of memory allocation is referred for linked list?