What is binary tree and its types?



What is binary tree and its types?..

Answer / Subhasish Madvel

A Binary Tree is a tree data structure in which each node has at most two children. Common types of binary trees include complete binary trees, perfect binary trees, and balanced binary trees.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Complete structure of hashmap, very detail description, along with the basic coding of the hashmap internal implementation.

1 Answers   Expedia,


Does treemap allow null key?

1 Answers  


Why quicksort is called quick?

1 Answers  


Explain the common uses of threaded binary tree.

1 Answers  


A list is ordered from smaller to largest when a sort is called. Which sort would take the longest time to execute?

12 Answers  


Explain about circular linked list?

1 Answers  


Is quicksort divide and conquer?

1 Answers  


why it is difficult to store linked list as an array?

1 Answers  


What are the data structures used in RDBMS, Network data model & Hierarchical data model?

1 Answers   Accenture,


What do u mean by array?

1 Answers  


Is arraylist a collection?

1 Answers  


What exactly is data?

1 Answers  


Categories