what is binary tree?

Answer Posted / r. khan

A tree with root[T]has the following properties
if roo[T] is NULL, then there is no node,
otherwise,every node in the tree has at most two child
nodes.

Is This Answer Correct ?    9 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between one and two dimensional?

771


Which interfaces are implemented by abstractsequentiallist?

674


Write a data structure for a queue.

813


Why do we use insertion sort?

646


What are the benefits of using arrays?

693


What is shell sort in data structure?

656


How much time does it take to learn data structures?

675


What are the main differences between the linked list and linear array?

738


Differentiate between file and structure storage structure.

689


What do you mean by shortest path?

750


Which is more efficient merge sort vs quicksort?

632


What are the disadvantages of linked list over array?

654


Explain the applications of stack?

723


State the difference between persistent and ephemeral data structure?

1317


Sorting is not possible by using which of the methods?

662