As part of an exercise, I have been assigned to find an alternative method of executing the additions of a transposed FIR filter. There is a hint stating that the alternative method should be in a form resembling a binary tree. I figured that the leaves of the tree should be the product of x(n)*h(i), i=0,..,k but I am having trouble finding the actual solution. What am I missing?
Edit:
After further research, this paper was found. It explains the tree-like structure of the adders of an FIR Filter.

