Maximum how many nodes can there be in a complete Binary Tree with level h? (java programing)
Maximum number of nodes can there be in a complete Binary Tree with level 1 is 1 Maximum number of nodes can there be in a complete Binary Tree with level 2 is 3 Maximum number of nodes can there be in a complete Binary Tree with level 3 is 7 Maximum number of nodes can there be in a complete Binary Tree with level 4 is 15 Maximum number of nodes can there be in a complete Binary Tree with level h is 2 power h - 1
Get Answers For Free
Most questions answered within 1 hours.