answersLogoWhite

0

Infinite (and binary).

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you count all structurally different possible Binary Trees?

please tell me answer of this question. Suppose you are building an N node binary search tree with the values 1...N. how many structurally different binary trees is there that store those values? write a recursive function that, gives the number of distinct values, computes the number of structurally unique binary search trees that store those values. For example, countTrees(4) should return 14, since there are 14 structurally unique binary search trees that store 1,2,3 and 4. The base case us easy, and the recursion is short but dense. your code should not construct any actual trees; it's just a counting problem.


What is the use of binary?

Binary trees are commonly used to implement binary search tree and binary heaps.


What can you tell as a conclusion to binary trees?

conclusion about binary tree


There are 8 15 13 14 nodes were there in 4 different trees Which of them could have formed a full binary tree?

In general: There are 2n-1 nodes in a full binary tree. By the method of elimination: Full binary trees contain odd number of nodes. So there cannot be full binary trees with 8 or 14 nodes, so rejected. With 13 nodes you can form a complete binary tree but not a full binary tree. So the correct answer is 15. niraj


What is binary linked list?

There is no such thing. There are binary trees and linked lists.


How many binary trees are possible with 5 node?

1..15 (not allowing empty trees).


Methods for storing binary trees?

Nodes, references and arrays are the methods for storing binary trees. It can also be stored in breath first order.


What are the types of binary trees?

Balanced and unbalanced.


Are binary search trees always balanced?

No, binary search trees are not always balanced. Balancing a binary search tree involves ensuring that the height difference between the left and right subtrees of each node is at most 1. Unbalanced binary search trees can lead to inefficient search and insertion operations.


How many different kinds of trees in Hawaii?

13 different kind of trees


How many binary bits are necessary to represent 748 different numbers?

Binary bits are necessary to represent 748 different numbers in the sense that binary bits are represented in digital wave form. Binary bits also have an exponent of one.


Code for binary trees written in C using graphics?

cg code for binary tree