Status: IN
In `range_sum_bst`, both `low` and `high` are included in the sum because the pruning comparisons use strict `<` and `>`, so nodes equal to either bound fall into the in-range branch
Source: entries/2026/06/06/range-sum-of-bst-solution.md
JSON