Interviewer And Interviewee Guide

OS Data Structures Interview Question:

Do you know how to find the number of possible tree in the given tree?

Submitted by: Administrator
number of possible tree = (2 power n) - n.
for example:
A tree contain three node.
so n=3.
possible tree = 8 - 3 = 5.
Submitted by: Administrator

Read Online OS Data Structures Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.