what is binary tree?

Answer Posted / n.k

Binary tree is a tree which has at most two sub node namely
left sub tree and right sub tree or may be null

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why hashmap is faster than hashset?

690


Why sorting algorithms are important?

704


What is the height of binary tree?

698


Why is it called bubble sort?

671


How do you replace an element in an arraylist?

698


Is bucket sort a comparison sort?

642


Can hashmap have same key?

640


Define a binary search tree?

732


What is time complexity of binary search?

621


Differentiate between arraylist and linkedlist.

808


Define linked lists?

668


What do you mean by 2-3 tree?

673


Write an algorithm that counts number of nodes in the circular linked list

670


What is an algorithm in coding?

601


What is time complexity of arrays sort?

686