What is binary tree?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between queue and deque.

512


Write a program to reverse a link list.

544


What is the time complexity of hashmap get () and put () method?

464


Can hashmap be sorted?

509


Which is the parent class of hashmap class?

582






Explain binary searching, Fibonacci search.

550


Does concat mutate array?

505


Write code for reversing a linked list.

525


Explain the difference between hashset and hashmap?

543


an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).

532


What is the use of prototype?

465


What is array sort?

511


What’s the difference between enumeration and iterator interfaces?

514


What is the use of isEmpty() member methods?

530


What is the best case for bubble sort?

486