I have a problem with calculating SUM amongst nodes in the subgraph. If I have a binary tree then I need to sum a certain property namely "weight" on nodes. for example, I should SUM all weight on the right side of specific nodes. Next Problem is, th...