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

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - WPF+EF - The operation cannot be completed because the DbContext has been disposed -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -