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 -

Python ctypes access violation with const pointer arguments -