Status: IN
`range_sum_bst` prunes the left subtree when `root.val < low` and the right subtree when `root.val > high`; this is correct only if the input is a valid BST — feeding a non-BST tree silently produces wrong results
Source: entries/2026/06/06/range-sum-of-bst-solution.md
JSON