What is binary tree?

Answer Posted / arnoldindia

A binary tree is a tree in which each node can have at most
two children. (i.e., left child and/or right child)

Is This Answer Correct ?    39 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is breadth first tree?

592


How expression trees are gets represented in data structure?

502


how to insert a new node in linked list where free node will be available?

569


Explain the Array

578


What is the best time complexity of bubble sort?

524






Is array a data type?

493


How can you insert a node to the beginning of a singly linked list?

509


How many pointers are necessary to implement a simple linked list?

685


What is placement new in data structures?

528


Explain about the different lists available in the collection?

458


Which sorting algorithm is best for large data?

471


where do you use double linked list?

579


State the advantages of using postfix notations?

553


Tell me what is quick sort?

548


Can hashtable have duplicate values?

528