how to find the number of possible tree in the given tree.
Answer Posted / himani
(2^n)-n. where n is no. of nodes
| Is This Answer Correct ? | 20 Yes | 7 No |
Post New Answer View All Answers
What is an algorithm in coding?
Explain Linked List
What sorting algorithm does arrays sort use?
Does the minimal spanning tree of a graph give the shortest distance between any 2 specified nodes?
in tree construction which is the suitable efficient data structure? (Array, linked list, stack, queue)
What is meant by heap sort?
What is perfect binary tree?
What is meant by int?
How will you reverse Linked List.
What is selection sort with example?
What is the Insertion Sort Code?.
what is a balanced tree.
What are the drawbacks of array implementation of queue?
Define double hashing?
List the applications of queues?