Write a program to find the maximum level sum in a binary tree even if nodes may have negative values also. Traverse each level separately and find the sum of each level.
https://www.procoding.org/maximum-level-sum-in-a-binary-tree
Explore the World