Question:
What is binary tree?
Answer:
A binary tree is a tree in which every node has exactly two links i.e left and right link Source: CoolInterview.com
A binary tree is a tree in which every node has exactly two links i.e left and right link Source: CoolInterview.com
Answered by: Badri | Date: 9/9/2009
| Contact Badri
a binary tree is a tree structure in which except the leaf node all nodes have atmost 2 children Source: CoolInterview.com
Answered by: l.vinuthna | Date: 10/19/2009
| Contact l.vinuthna
A binary tree is data structure in which every node having atmost two childrens. If it is a complete binary tree all the leaf nodes are at the same level,Otherwise there is no ristriction on the level/height of the leaf nodes. Source: CoolInterview.com
Answered by: kumaraswamy dapa | Date: 3/1/2010
| Contact kumaraswamy dapa
A binary tree is anon linear data structure which consists one root and atmost two childrens. It can have either 0 or 1 children. Source: CoolInterview.com
Answered by: jayaram | Date: 8/5/2010
| Contact jayaram
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|