What is binary tree?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain exception filter?

536


What is minimum depth of binary tree?

493


What is a data structure? What are the types of data structures? Briefly explain them

536


Which is faster quick sort or merge sort?

472


Which sort algorithm is best?

484






What data structure does a binary tree degenerate?

442


Which is best book for data structures?

511


When should structures be passed by values or by reference?

564


What are the differences between b tree and b+ tree?

487


Describe tree rotation in avl tree.

568


How does a hashmap work?

499


Explain set interface?

566


Is hashset thread safe?

469


What is the difference between arraylist and linkedlist?

476


What does a treemap do?

450