how to find the number of possible tree in the given tree.

Answer Posted / m.vinothkumar

no. of possible trees=(2^n)-n.
where n=no.of nodes

I FOUNDED THIS CORRECT FORMULA FROM GRAPHICS FROM
MATHEMATICS BOOK

Is This Answer Correct ?    26 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between hashmap and treemap?

468


What is a undirected graph?

540


For the following COBOL code, draw the Binary tree? 01 STUDENT_REC. 02 NAME. 03 FIRST_NAME PIC X(10). 03 LAST_NAME PIC X(10). 02 YEAR_OF_STUDY. 03 FIRST_SEM PIC XX. 03 SECOND_SEM PIC XX.

749


What is data structure operations?

591


What is difference between arraylist and linkedlist?

527






Write the algorithm for converting infix expression to postfix expression?

534


What is the best complexity of bubble sort?

451


How is hashmap o 1?

467


Compare Queue and Topic ?

644


What do you mean by Logical Error

536


What is the most used data structure?

437


What is adt and its advantages?

544


How memory is reserved using a declaration statement ?

637


Which is faster arraylist or hashmap?

505


Define adjacent nodes?

543