State the properties of a binary tree?



State the properties of a binary tree?..

Answer / Mahfooz Ali

1. Each node has at most two children (left and right).
2. There is no more than one parent for any given node.
3. Every node except for the root has exactly one parent.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Why is bubble sort stable?

1 Answers  


What is array traversing?

1 Answers  


What is structure of data type?

1 Answers  


How would you sort a linked list?

5 Answers  


When ArrayIndexOutOfBoundsException occurs?

1 Answers  


What is a binary search tree? Explain with example?

1 Answers  


What are different methods of collision resolution in hashing.

1 Answers  


Why is data structure used?

1 Answers  


Define back edge?

1 Answers  


How to increase stack limit in w3wp.exe?

1 Answers   PUCIT,


What is worst case complexity algorithm?

1 Answers  


What is data structure explain different types of data structures with examples?

1 Answers  


Categories