Given a binary tree consisting of N nodes, the task is to split the binary tree into two subtrees by removing one edge such that… Read More
The post Minimize absolute difference between sum of subtrees formed after splitting Binary tree into two appeared first on GeeksforGeeks.