| 1 | """ |
| 2 | Is a binary tree a sum tree where the value of every non-leaf node is equal to the sum |
| 3 | of the values of its left and right subtrees? |
| 4 | https://www.geeksforgeeks.org/check-if-a-given-binary-tree-is-sumtree |
nothing calls this directly
no test coverage detected