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# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -