What is binary tree?

Answer Posted / yenealem

It is a data structure on that every node on the tree
contains at most two children in the tree.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of heap sort?

537


Describe the complexity of Binary search

630


What is difference between hashtable and hashmap?

580


Define an algorithm. What are the properties of an algorithm? What are the types of algorithms?

606


What is the difference between sorting and classifying?

566






Why null is not allowed in treemap?

580


Is char array null terminated?

569


What is a subtree in data structures?

591


What is dequeue in data structure?

546


Which is faster quick sort or merge sort?

560


What is the difference between arrays sort and collections sort?

514


State the difference between arrays and linked lists?

611


How does quick sort work?

632


What is worst case complexity algorithm?

576


Tell me is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

602