What are binary trees?

Answer Posted / glibwaresoftsolutions

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

Difference between hashset and treeset?

749


Does hashmap sort automatically?

721


Is an arraylist a vector?

663


Advanced problems related to Data Structures were asked

707


What is binary tree and its types?

675


What is frozenset?

679


write a program to show the insertion and deletion of an element in an array using the position

662


What is the meaning of anonymous array? Explain with an example?

954


How do I sort a hashmap key?

650


What is data structure and why we need them?

633


Can treeset contain null?

650


Does arraylist shrink?

670


What is breadth first tree?

771


Which is better merge sort or quick sort?

654


Do you know what is linear search?

682