Tagged Questions

0
votes
1answer
66 views

Dynamic Programming algorithm

A binary tree T is semi-balanced if for every node m in T: R(m)/2 <= L(m) <= 2*R(m), where L(m) is the number of nodes in the left-sub-tree of m and R(m) is the number of nodes in the ...