What is binary tree?
Answers were Sorted based on User's Feedback
A binary tree is a tree in which each node can have at most
two children. (i.e., left child and/or right child)
Is This Answer Correct ? | 39 Yes | 5 No |
Answer / wizard
A binary tree is a tree which has every node has exactly two
links i.e left and right link
Is This Answer Correct ? | 30 Yes | 7 No |
Answer / ajay
A binary tree is a data structure in which the nodes
contains at most two links(i.e.,left child and/or right
child)
Is This Answer Correct ? | 18 Yes | 1 No |
Answer / babita
A tree with at most two children for each node.
Is This Answer Correct ? | 13 Yes | 1 No |
Answer / veeru
A binary tree is a tree in which the degree of a node
maximum 2 is called a binary tree.
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / chinnadurai.s
A tree with at most two children for each node.
or
A binary tree either
* is empty (no nodes), or
* has a root node, a left binary tree, and a right
binary tree.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / ashutosh
a binary tree is a tree in which each naode have 2 child
except leaf naode.
Is This Answer Correct ? | 5 Yes | 2 No |
Answer / himani madan
A binary tree is a tree in which each node has either 0 or 2
child nodes.
Is This Answer Correct ? | 5 Yes | 4 No |
Answer / saurabh
A binary tree is a tree in which all nodes are connected and
each node has indegree of maximum and outdegree of maximum 2
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / naz
A Binary Tree is a finite set of elements called Node.....
Is This Answer Correct ? | 6 Yes | 6 No |
Define level of the tree?
Define a tree?
What is top in stack?
Stack can be described as a pointer. Explain.
A list is ordered from smaller to largest when a sort is called. Which sort would take the shortest time to execute?
What do you mean by the term “percolate up”?
How do you sort an arraylist in descending order?
Define a path in a tree?
List all data structures you would use for a memory management module.
0 Answers HPCL, Hughes Systique Corporation, ITC Indian Tobacco Company,
Which sorting algorithm is the slowest?
What is array define its types?
What does each entry in the link list called?