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
What is the difference between one and two dimensional?
Which interfaces are implemented by abstractsequentiallist?
Write a data structure for a queue.
Why do we use insertion sort?
What are the benefits of using arrays?
What is shell sort in data structure?
How much time does it take to learn data structures?
What are the main differences between the linked list and linear array?
Differentiate between file and structure storage structure.
What do you mean by shortest path?
Which is more efficient merge sort vs quicksort?
What are the disadvantages of linked list over array?
Explain the applications of stack?
State the difference between persistent and ephemeral data structure?
Sorting is not possible by using which of the methods?