Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Q#1: An algorithm is made up of 2 modules M1 and M2.If
order of M1 is F(n) and order of M2 is g (n) then what is
the order of the algorithm.

Q # 2 : How many binary trees are possible with 3 nodes?
with 4 nodes?

Answer Posted / sriram

order of the algorithm is f(n)+g(n)



no of binary trees possible with n nodes is 2^n-n

3->2^3-3=5 nodes
4->2^4-4=12 nodes


Is This Answer Correct ?    4 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How hashmap increases its size?

1060


How is the front of the queue calculated ?

1254


What is 2 dimensional linked list?

1053


List some applications of multilinked structures?

934


Can we define the size of arraylist?

977


Why is arraylist not thread safe?

985


What do you mean by spanning tree?

1185


Is list an array?

885


What are the advantages of binary search over linear search?

1092


Is arraylist fail fast?

1001


write a program to show the insertion and deletion of an element in an array using the position

922


Define collision in hashing?

981


What is a Breadth First Search? Give a few of its applications.

934


Is arraylist synchronized?

1046


What are common data structures?

1069