Practice Problem
Binary Tree Maximum Path Sum
Difficulty: Hard
Given the root of a binary tree, return the maximum path sum where a path is any sequence of connected nodes (not necessarily passing through the root).
Practice Problem
Difficulty: Hard
Given the root of a binary tree, return the maximum path sum where a path is any sequence of connected nodes (not necessarily passing through the root).