What are binary trees?

Answer Posted / nashiinformaticssolutions

An extension of the linked list structure, a binary tree contains no more than two children per node.
There are always two nodes in a binary tree: a left node and a right node.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you correct these errors?

688


How will you sort the elements of array in descending order?

777


What is sorting explain?

686


Which is better bubble sort or selection sort?

621


Why do we need sorting?

625


What is the complexity of arraylist?

662


What are linear and non linear data structures?

645


How do I use quick sort?

664


Why would you use a linked list?

688


Which is faster hashmap or hashtable?

697


Does arraylist allow null values?

698


Who created quicksort?

724


What are linked list?

748


Do you know how to find if linked list has loop?

816


Can a hashset contain duplicates?

651