data structures - Maximum number of node in a binary tree -


given binary tree having l leaf node ,what maximum number of node in tree.nothing has been said type of binary tree ,just binary tree.

if full binary tree, total number of nodes equal (2*l - 1).


Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

clojure - 'get' replacement that throws exception on not found? -