second-minimum-root-is-global-min

Status: IN

In the special binary tree for LeetCode 671, `root.val` is always the global minimum due to the structural invariant that every parent's value equals the minimum of its children.

Source: entries/2026/06/06/second-minimum-node-in-a-binary-tree-solution.md

JSON