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 |
How does a dynamic array work?
What are different methods of collision resolution in hashing.
Explain about the different lists available in the collection?
Which is best array or linked list?
What are the advantages of linked list over an array?
If you are using c language to implement the heterogeneous linked list, what pointer type should be used?
What is the default capacity of hashmap?
How can you insert a node to the beginning of a singly linked list?
Why do we need linked list?
Which is faster array or arraylist?
Tell me the difference between the character array and a string.
1 Answers Honeywell, HPCL, Huawei, Zomato,
What is the difference between null and void?