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 the use of tree data structure?

557


What is time and space complexity of bubble sort?

529


What is complexity of quicksort?

613


How does selection sort work?

619


What is the slowest sorting algorithm?

573






What is vector and types of vector?

597


What is a queue in data structure?

617


What is a stable sorting algorithm?

660


How will you check the validity of an expression containing nested parentheses?

614


Is hashset a collection?

559


Differentiate between compilers and interpreters.

599


What are the topics in data structures?

592


What is the prerequisite for binary searching?

661


What is data type and its types?

613


In Data Structure, write output of given program.

581